Commit ecde5115 authored by Sven Franck's avatar Sven Franck

debug: panel - switched position

parent bbcab72a
...@@ -92,16 +92,15 @@ ...@@ -92,16 +92,15 @@
] ]
} }
] ]
},{
"generate": "widget",
"type": "panel",
"property_dict": {
"id": "global-user",
"theme": "slapos-black",
"position": "right"
}, },
{ "children": [{
"generate": "widget",
"type": "panel",
"property_dict": {
"id": "global-menu",
"theme": "slapos-white",
"position": "left"
},
"children": [{
"type": "a", "type": "a",
"direct": { "direct": {
"href": "#", "href": "#",
...@@ -114,16 +113,15 @@ ...@@ -114,16 +113,15 @@
"logic": {"text": "close"} "logic": {"text": "close"}
}] }]
}, }, {
{ "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",
"direct": { "direct": {
"href": "#", "href": "#",
...@@ -135,7 +133,7 @@ ...@@ -135,7 +133,7 @@
}, },
"logic": {"text": "close"} "logic": {"text": "close"}
}] }]
}] }]
} }
] ]
......
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