Development
This commit is contained in:
parent
e4ea9e06ff
commit
1cd744d84b
1 changed files with 11 additions and 9 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue