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",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue