Commit ecde5115 authored by Sven Franck's avatar Sven Franck

debug: panel - switched position

parent bbcab72a
...@@ -92,14 +92,13 @@ ...@@ -92,14 +92,13 @@
] ]
} }
] ]
}, },{
{
"generate": "widget", "generate": "widget",
"type": "panel", "type": "panel",
"property_dict": { "property_dict": {
"id": "global-menu", "id": "global-user",
"theme": "slapos-white", "theme": "slapos-black",
"position": "left" "position": "right"
}, },
"children": [{ "children": [{
"type": "a", "type": "a",
...@@ -114,14 +113,13 @@ ...@@ -114,14 +113,13 @@
"logic": {"text": "close"} "logic": {"text": "close"}
}] }]
}, }, {
{
"generate": "widget", "generate": "widget",
"type": "panel", "type": "panel",
"property_dict": { "property_dict": {
"id": "global-user", "id": "global-menu",
"theme": "slapos-black", "theme": "slapos-white",
"position": "right" "position": "left"
}, },
"children": [{ "children": [{
"type": "a", "type": "a",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment