2026-05-04 10:09:04 +08:00

33 lines
788 B
XML

{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"css": "ios-scroll-area"
},
"subwidgets": [
{
"widgettype": "Toolbar",
"options": {
"css": "ios-navbar",
"items": [
{
"text": "Memory",
"icon": "memory",
"css": "ios-navbar-title",
"disabled": true
}
]
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url(hermes_memory_crud)}}",
"width": "100%",
"height": "100%"
}
}
]
}