mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 12:35:15 +00:00
Speed up dashboard loading
This commit is contained in:
parent
a883184e02
commit
a8ba18bb34
|
@ -235,7 +235,7 @@ const responsiveGridLayouts = computed(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await botStore.allGetDaily({ timescale: 30 });
|
botStore.allGetDaily({ timescale: 30 });
|
||||||
// botStore.activeBot.getTrades();
|
// botStore.activeBot.getTrades();
|
||||||
botStore.activeBot.getOpenTrades();
|
botStore.activeBot.getOpenTrades();
|
||||||
botStore.activeBot.getProfit();
|
botStore.activeBot.getProfit();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user