From f26507f97c5bb2658748d27c1b516be1f19ae574 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 13 Apr 2022 07:01:04 +0200 Subject: [PATCH] Only show when backend version supports this --- src/views/Backtesting.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/Backtesting.vue b/src/views/Backtesting.vue index e59896eb..0ef27cde 100644 --- a/src/views/Backtesting.vue +++ b/src/views/Backtesting.vue @@ -10,6 +10,7 @@ :disabled="canRunBacktest" > void; - @ftbot.Action getBacktestHistory!: () => void; - @ftbot.Action removeBacktest!: () => void; @ftbot.Action stopBacktest!: () => void;