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", "type": "select",
"name": "vlan_filter", "name": "vlan_filter",
"value": "all", "value": "all",
"filter_col": "vlan_name", "filter_col": "vlan_name",
"options_html": "%VLAN_FILTER_OPTIONS%" "options": "%VLAN_FILTER_OPTIONS%"
} }
], ]
},
"columns": [ "columns": [
{ {
"label": "Description", "label": "Description",