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