mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Limit pairlist config generator to correct api version
This commit is contained in:
parent
a2614d09bf
commit
e98701b99e
|
@ -24,7 +24,10 @@
|
|||
>Backtest</router-link
|
||||
>
|
||||
<router-link
|
||||
v-if="botStore.activeBot?.isWebserverMode ?? false"
|
||||
v-if="
|
||||
(botStore.activeBot?.isWebserverMode ?? false) &&
|
||||
botStore.activeBot.botApiVersion >= 2.3
|
||||
"
|
||||
class="nav-link navbar-nav"
|
||||
to="/pairlist_config"
|
||||
>Pairlist Config</router-link
|
||||
|
|
Loading…
Reference in New Issue
Block a user