Development

This commit is contained in:
Matthew Grotke 2026-06-08 01:38:18 -04:00
parent b4e773c7b2
commit 8aa4373a6b
3 changed files with 52 additions and 5 deletions

View file

@ -22,6 +22,24 @@
"type": "table",
"datasource": "sqlite:client_credentials",
"empty_message": "No credentials configured.",
"toolbar": {
"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%"
}
]
},
"columns": [
{
"label": "Username",
@ -42,6 +60,11 @@
"field": "vlan",
"class": "col-narrow col-mono"
},
{
"label": "Expiration",
"field": "expiration_label",
"class": "col-narrow"
},
{
"label": "Enabled",
"field": "enabled",