mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Expose botcontrols on top of tabs
This commit is contained in:
parent
2553430d43
commit
570581186e
|
@ -23,6 +23,9 @@
|
|||
drag-allow-from=".card-header"
|
||||
>
|
||||
<DraggableContainer header="Multi Pane">
|
||||
<div class="mt-1 d-flex justify-content-center">
|
||||
<BotControls class="mt-1 mb-2" />
|
||||
</div>
|
||||
<b-tabs content-class="mt-3" class="mt-1">
|
||||
<b-tab title="Pairs combined" active>
|
||||
<PairSummary
|
||||
|
@ -32,9 +35,6 @@
|
|||
/>
|
||||
</b-tab>
|
||||
<b-tab title="General">
|
||||
<div class="d-flex justify-content-center">
|
||||
<BotControls class="mt-1 mb-2" />
|
||||
</div>
|
||||
<BotStatus />
|
||||
</b-tab>
|
||||
<b-tab title="Performance">
|
||||
|
|
Loading…
Reference in New Issue
Block a user