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%"
},
{
"type": "table",
"datasource": "sqlite:client_credentials",
"empty_message": "No credentials configured.",
"toolbar": {
"client_requirement": "client_is_viewer+",
"items": [
{
"type": "select",
"name": "type_filter",
"value": "all",
"filter_col": "user_type_label",
"options": "%TYPE_FILTER_OPTIONS%"
"type": "card",
"label": "User Accounts",
"client_requirement": "client_is_viewer+",
"items": [
{
"type": "table",
"datasource": "sqlite:client_credentials",
"empty_message": "No credentials configured.",
"toolbar": {
"client_requirement": "client_is_viewer+",
"items": [
{
"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": [
{
"label": "Username",
@ -101,6 +106,8 @@
"class": "btn-danger btn-sm"
}
]
}
]
},
{
"type": "card",