mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix wrong color in reset-layout button
This commit is contained in:
parent
56c8318c74
commit
ec44760143
|
@ -88,11 +88,15 @@
|
|||
<b-avatar size="2em" button>FT</b-avatar>
|
||||
</template>
|
||||
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
|
||||
<router-link class="dropdown-item" to="/settings">Settings</router-link>
|
||||
<router-link to="/settings">
|
||||
<b-dropdown-item-button> Settings </b-dropdown-item-button>
|
||||
</router-link>
|
||||
<div class="ps-3">
|
||||
<b-form-checkbox v-model="layoutStore.layoutLocked">Lock layout</b-form-checkbox>
|
||||
</div>
|
||||
<b-dropdown-item @click="resetDynamicLayout">Reset Layout</b-dropdown-item>
|
||||
<b-dropdown-item-button @click="resetDynamicLayout"
|
||||
>Reset Layout</b-dropdown-item-button
|
||||
>
|
||||
<router-link
|
||||
v-if="botStore.botCount === 1"
|
||||
class="dropdown-item"
|
||||
|
|
Loading…
Reference in New Issue
Block a user