mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Some minor styling changes
This commit is contained in:
parent
1c50510ee5
commit
3fd3293182
|
@ -19,7 +19,7 @@
|
|||
"@popperjs/core": "^2.11.6",
|
||||
"axios": "^1.2.0",
|
||||
"bootstrap": "^5.2.2",
|
||||
"bootstrap-vue-3": "^0.4.8",
|
||||
"bootstrap-vue-3": "^0.4.9",
|
||||
"bootswatch": "^5.2.2",
|
||||
"core-js": "^3.26.1",
|
||||
"date-fns": "^2.29.3",
|
||||
|
|
|
@ -69,11 +69,11 @@
|
|||
<template #button-content>
|
||||
<b-avatar size="2em" button>FT</b-avatar>
|
||||
</template>
|
||||
<b-dropdown-item>V: {{ settingsStore.uiVersion }}</b-dropdown-item>
|
||||
<span class="ps-3">V: {{ settingsStore.uiVersion }}</span>
|
||||
<router-link class="dropdown-item" to="/settings">Settings</router-link>
|
||||
<b-form-checkbox v-model="layoutStore.layoutLocked" class="ps-5"
|
||||
>Lock layout</b-form-checkbox
|
||||
>
|
||||
<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>
|
||||
<router-link
|
||||
v-if="botStore.botCount === 1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user