mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
separate clone button
This commit is contained in:
parent
600c99fca4
commit
f7e87e914f
|
@ -26,14 +26,14 @@
|
|||
@click="pairlistStore.saveConfig(configName)"
|
||||
><i-mdi-content-save width="24" height="24"
|
||||
/></b-button>
|
||||
<b-button
|
||||
title="Clone config"
|
||||
variant="dark"
|
||||
:disabled="!pairlistStore.config.name || !pairlistStore.isSavedConfig"
|
||||
@click="pairlistStore.cloneConfig()"
|
||||
><i-mdi-content-copy width="24" height="24"
|
||||
/></b-button>
|
||||
</b-button-group>
|
||||
<b-button
|
||||
title="Clone config"
|
||||
variant="dark"
|
||||
:disabled="!pairlistStore.config.name || !pairlistStore.isSavedConfig"
|
||||
@click="pairlistStore.cloneConfig()"
|
||||
><i-mdi-content-copy width="24" height="24"
|
||||
/></b-button>
|
||||
<b-button
|
||||
title="New config"
|
||||
variant="dark"
|
||||
|
|
Loading…
Reference in New Issue
Block a user