rbac/wwwroot/user/user_panel.ui

16 lines
194 B
Plaintext
Raw Normal View History

2025-01-03 17:42:22 +08:00
{
"id":"user_panel",
"widgettype":"VBox",
"options":{
2025-01-21 13:49:26 +08:00
"width":"auto"
2025-01-03 17:42:22 +08:00
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('user.ui')}}"
}
}
]
}