59 lines
1.4 KiB
XML

{
"id": "top_panel",
"widgettype": "HBox",
"options": {
"bgcolor": "#2c2c2c",
"cheight": 2.5,
"color": "#eeeeee",
"padding": "0 8px",
"align": "center",
"gap": "8px"
},
"subwidgets": [
{
"widgettype": "Svg",
"options": {
"rate": 2,
"url": "{{entire_url('/bricks/imgs/app.svg')}}",
"css": "clickable",
"tip": "RAG Server"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "script",
"script": "bricks.app.show_windows_panel(event)"
}
]
},
{
"widgettype": "Text",
"options": {
"text": "RAG Server",
"i18n": false,
"css": ""
}
},
{
"widgettype": "Text",
"options": {
"text": "",
"css": "filler"
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('/i18n/language.ui')}}"
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('/rbac/user/user_panel.ui')}}"
}
}
]
}