mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Fix some styling issues
This commit is contained in:
parent
7f7f449936
commit
b4d1c99179
|
@ -24,7 +24,7 @@
|
|||
:bot="bot"
|
||||
:no-buttons="small"
|
||||
@edit="editBot(bot.botId)"
|
||||
@editLogin="editBotLogin(bot.botId)"
|
||||
@edit-login="editBotLogin(bot.botId)"
|
||||
/>
|
||||
</b-list-group-item>
|
||||
</b-list-group>
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
:id="row.index"
|
||||
:trade="row.item"
|
||||
:bot-api-version="botStore.activeBot.botApiVersion"
|
||||
@deleteTrade="removeTradeHandler(row.item)"
|
||||
@forceExit="forceExitHandler"
|
||||
@forceExitPartial="forceExitPartialHandler"
|
||||
@delete-trade="removeTradeHandler(row.item)"
|
||||
@force-exit="forceExitHandler"
|
||||
@force-exit-partial="forceExitPartialHandler"
|
||||
@cancel-open-order="cancelOpenOrderHandler"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user