harnessed_agent/wwwroot/agent_config.ui

37 lines
978 B
XML

{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"css": "ios-scroll-area"
},
"subwidgets": [
{
"widgettype": "Toolbar",
"options": {
"css": "ios-navbar",
"items": [
{
"widgettype": "Text",
"options": {
"text": "Configuration",
"css": "ios-navbar-title",
"fontSize": "18px",
"fontWeight": "bold",
"color": "#059669"
}
}
]
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('agent_config_form.ui')}}",
"width": "100%",
"height": "100%"
}
}
]
}