{ "widgettype": "Page", "options": { "title": "Hermes Service Manager" }, "subwidgets": [ { "widgettype": "Card", "options": { "title": "Service Instances" }, "subwidgets": [ { "widgettype": "DataTable", "options": { "datasource": "hermes_services_crud", "columns": [ {"field": "name", "header": "Service Name"}, {"field": "service_url", "header": "URL"}, {"field": "status", "header": "Status"}, {"field": "created_at", "header": "Created"} ] } } ] }, { "widgettype": "Card", "options": { "title": "Execute Command" }, "subwidgets": [ { "widgettype": "Form", "options": { "datasource": "hermes_command_form" }, "subwidgets": [ { "widgettype": "TextInput", "options": { "field": "command", "label": "Command" } }, { "widgettype": "Button", "options": { "text": "Execute", "onclick": "executeHermesCommand()" } } ] } ] } ] }