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", "type": "table",
"datasource": "config:port_wrangling", "datasource": "config:port_wrangling",
"empty_message": "No port wrangling rules configured.", "empty_message": "No port wrangling rules configured.",
"toolbar": [ "toolbar": {
{ "items": [
"type": "select", {
"name": "vlan_filter", "type": "select",
"value": "all", "name": "vlan_filter",
"filter_col": "vlan_name", "value": "all",
"options_html": "%VLAN_FILTER_OPTIONS%" "filter_col": "vlan_name",
} "options": "%VLAN_FILTER_OPTIONS%"
], }
]
},
"columns": [ "columns": [
{ {
"label": "Description", "label": "Description",