{ "widgettype": "Page", "options": { "title": "Hermes Services Manager" }, "subwidgets": [ { "widgettype": "Card", "options": { "title": "Registered Services" }, "subwidgets": [ { "widgettype": "DataTable", "options": { "data_source": "/api/hermes-web-cli/services", "columns": [ {"field": "name", "header": "Service Name"}, {"field": "service_url", "header": "URL"}, {"field": "status", "header": "Status"}, {"field": "last_connected", "header": "Last Connected"} ], "actions": ["edit", "test", "delete"] } } ] }, { "widgettype": "Button", "options": { "text": "Add New Service", "onclick": "showServiceForm()" } } ] }