Development

This commit is contained in:
Matthew Grotke 2026-06-01 01:53:44 -04:00
parent e4ea9e06ff
commit 1cd744d84b

View file

@ -18,15 +18,17 @@
"type": "table",
"datasource": "config:port_wrangling",
"empty_message": "No port wrangling rules configured.",
"toolbar": [
"toolbar": {
"items": [
{
"type": "select",
"name": "vlan_filter",
"value": "all",
"filter_col": "vlan_name",
"options_html": "%VLAN_FILTER_OPTIONS%"
"options": "%VLAN_FILTER_OPTIONS%"
}
],
]
},
"columns": [
{
"label": "Description",