Development

This commit is contained in:
Matthew Grotke 2026-06-08 10:48:44 -04:00
parent 58534c3915
commit 114da3cd1c
3 changed files with 33 additions and 4 deletions

View file

@ -38,6 +38,13 @@
"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%"
}
]
},
@ -72,10 +79,10 @@
"class": "col-narrow"
},
{
"label": "Active",
"field": "active",
"label": "Status",
"field": "account_status",
"class": "col-narrow",
"render": "badge_yes_no"
"render": "badge_account_status"
}
],
"row_actions": [