mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Only allow dragging on header
This commit is contained in:
parent
121709ad46
commit
fca1dea60d
|
@ -12,6 +12,7 @@
|
|||
:y="gridLayoutBotControls.y"
|
||||
:w="gridLayoutBotControls.w"
|
||||
:h="gridLayoutBotControls.h"
|
||||
drag-allow-from=".card-header"
|
||||
>
|
||||
<DraggableContainer header="Bot Controls">
|
||||
<ReloadControl class="mt-3" />
|
||||
|
@ -24,6 +25,7 @@
|
|||
:y="gridLayoutMultiPane.y"
|
||||
:w="gridLayoutMultiPane.w"
|
||||
:h="gridLayoutMultiPane.h"
|
||||
drag-allow-from=".card-header"
|
||||
>
|
||||
<DraggableContainer header="Multi Pane">
|
||||
<b-tabs content-class="mt-3" class="mt-3">
|
||||
|
@ -100,6 +102,7 @@
|
|||
:y="gridLayoutLogView.y"
|
||||
:w="gridLayoutLogView.w"
|
||||
:h="gridLayoutLogView.h"
|
||||
drag-allow-from=".card-header"
|
||||
>
|
||||
<DraggableContainer header="Logs">
|
||||
<LogViewer />
|
||||
|
|
Loading…
Reference in New Issue
Block a user