aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-07 19:23:44 +0200
committerstonedDiscord <Tukz@gmx.de>2024-08-07 19:23:44 +0200
commita87d5a87167ee790b395f57eb5da19fbaa684537 (patch)
tree621102bde769c597320a62942ff6a00395ec17dd /webAO/ui.js
parent267c3b81fe8cd10578a6cd68e74cebbd5d130bf5 (diff)
update layout
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js19
1 files changed, 15 insertions, 4 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index f82688c..154b008 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -47,11 +47,22 @@ const config = {
}],
},
{
- type: 'component',
- title: 'Music',
+ type: 'stack',
width: 30,
- componentName: 'template',
- componentState: { id: 'music' },
+ content: [{
+ type: 'component',
+ isClosable: false,
+ title: 'Music',
+ componentName: 'template',
+ componentState: { id: 'music' },
+ },
+ {
+ type: 'component',
+ isClosable: false,
+ title: 'Players',
+ componentName: 'template',
+ componentState: { id: 'players' },
+ }],
}],
},
{