mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 04:25:15 +00:00
Add spacing between online-status and checkbox
This commit is contained in:
parent
e3c3e93720
commit
58bce4c162
|
@ -3,7 +3,7 @@
|
|||
<span class="mr-2">{{ bot.botName || bot.botId }}</span>
|
||||
|
||||
<div class="align-items-center d-flex">
|
||||
<span class="ml-2 align-middle">{{
|
||||
<span class="ml-2 mr-1 align-middle">{{
|
||||
allIsBotOnline[bot.botId] ? '🟢' : '🔴'
|
||||
}}</span>
|
||||
<b-form-checkbox
|
||||
|
|
Loading…
Reference in New Issue
Block a user