Development

This commit is contained in:
Matthew Grotke 2026-06-10 01:08:21 -04:00
parent f05f883a01
commit 05d803444f

View file

@ -18,6 +18,11 @@
"type": "raw_html", "type": "raw_html",
"html": "%PRO_NOTE%" "html": "%PRO_NOTE%"
}, },
{
"type": "card",
"label": "User Accounts",
"client_requirement": "client_is_viewer+",
"items": [
{ {
"type": "table", "type": "table",
"datasource": "sqlite:client_credentials", "datasource": "sqlite:client_credentials",
@ -101,6 +106,8 @@
"class": "btn-danger btn-sm" "class": "btn-danger btn-sm"
} }
] ]
}
]
}, },
{ {
"type": "card", "type": "card",