mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 12:35:15 +00:00
Improve colors in plotConfigurator
This commit is contained in:
parent
94d0fd5bb5
commit
dafbda9fcc
|
@ -43,7 +43,7 @@
|
|||
Add new indicator
|
||||
</b-button>
|
||||
<b-button
|
||||
variant="primary"
|
||||
variant="secondary"
|
||||
title="Remove indicator to plot"
|
||||
size="sm"
|
||||
:disabled="!selIndicatorName"
|
||||
|
@ -64,23 +64,14 @@
|
|||
<hr />
|
||||
|
||||
<div>
|
||||
<b-button class="ml-1" variant="primary" size="sm" @click="loadPlotConfig">Load</b-button>
|
||||
<b-button class="ml-1" variant="primary" size="sm" @click="loadPlotConfigFromStrategy">
|
||||
<b-button class="ml-1" variant="secondary" size="sm" @click="loadPlotConfig">Load</b-button>
|
||||
<b-button class="ml-1" variant="secondary" size="sm" @click="loadPlotConfigFromStrategy">
|
||||
From strategy
|
||||
</b-button>
|
||||
|
||||
<b-button
|
||||
class="ml-1"
|
||||
variant="primary"
|
||||
size="sm"
|
||||
data-toggle="tooltip"
|
||||
title="Save configuration"
|
||||
@click="savePlotConfig"
|
||||
>Save</b-button
|
||||
>
|
||||
<b-button
|
||||
class="ml-1"
|
||||
variant="primary"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
title="Load configuration from text box below"
|
||||
@click="resetConfig"
|
||||
|
@ -89,7 +80,7 @@
|
|||
<b-button
|
||||
id="showButton"
|
||||
class="ml-1"
|
||||
variant="primary"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
title="Show configuration for easy transfer to a strategy"
|
||||
@click="showConfig = !showConfig"
|
||||
|
@ -99,12 +90,21 @@
|
|||
<b-button
|
||||
v-if="showConfig"
|
||||
class="ml-1"
|
||||
variant="primary"
|
||||
variant="secondary"
|
||||
size="sm"
|
||||
title="Load configuration from text box below"
|
||||
@click="loadConfigFromString"
|
||||
>Load from String</b-button
|
||||
>
|
||||
<b-button
|
||||
class="ml-1"
|
||||
variant="primary"
|
||||
size="sm"
|
||||
data-toggle="tooltip"
|
||||
title="Save configuration"
|
||||
@click="savePlotConfig"
|
||||
>Save</b-button
|
||||
>
|
||||
</div>
|
||||
<div v-if="showConfig" class="col-mb-5 ml-1 mt-2">
|
||||
<b-textarea
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<b-button
|
||||
v-if="addNew"
|
||||
class="ml-1 flex-grow-1"
|
||||
variant="primary"
|
||||
variant="secondary"
|
||||
title="Add "
|
||||
size="sm"
|
||||
@click="clickCancel"
|
||||
|
|
Loading…
Reference in New Issue
Block a user