Development

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

View file

@ -19,35 +19,40 @@
"html": "%PRO_NOTE%" "html": "%PRO_NOTE%"
}, },
{ {
"type": "table", "type": "card",
"datasource": "sqlite:client_credentials", "label": "User Accounts",
"empty_message": "No credentials configured.", "client_requirement": "client_is_viewer+",
"toolbar": { "items": [
"client_requirement": "client_is_viewer+", {
"items": [ "type": "table",
{ "datasource": "sqlite:client_credentials",
"type": "select", "empty_message": "No credentials configured.",
"name": "type_filter", "toolbar": {
"value": "all", "client_requirement": "client_is_viewer+",
"filter_col": "user_type_label", "items": [
"options": "%TYPE_FILTER_OPTIONS%" {
"type": "select",
"name": "type_filter",
"value": "all",
"filter_col": "user_type_label",
"options": "%TYPE_FILTER_OPTIONS%"
},
{
"type": "select",
"name": "vlan_filter",
"value": "all",
"filter_col": "vlan",
"options": "%CRED_VLAN_FILTER_OPTIONS%"
},
{
"type": "select",
"name": "status_filter",
"value": "all",
"filter_col": "account_status",
"options": "%STATUS_FILTER_OPTIONS%"
}
]
}, },
{
"type": "select",
"name": "vlan_filter",
"value": "all",
"filter_col": "vlan",
"options": "%CRED_VLAN_FILTER_OPTIONS%"
},
{
"type": "select",
"name": "status_filter",
"value": "all",
"filter_col": "account_status",
"options": "%STATUS_FILTER_OPTIONS%"
}
]
},
"columns": [ "columns": [
{ {
"label": "Username", "label": "Username",
@ -101,6 +106,8 @@
"class": "btn-danger btn-sm" "class": "btn-danger btn-sm"
} }
] ]
}
]
}, },
{ {
"type": "card", "type": "card",