diff --git a/docker/routlin-dash/app/pages/portwrangling/content.json b/docker/routlin-dash/app/pages/portwrangling/content.json index bd3d6b7..8a700d6 100644 --- a/docker/routlin-dash/app/pages/portwrangling/content.json +++ b/docker/routlin-dash/app/pages/portwrangling/content.json @@ -18,15 +18,17 @@ "type": "table", "datasource": "config:port_wrangling", "empty_message": "No port wrangling rules configured.", - "toolbar": [ - { - "type": "select", - "name": "vlan_filter", - "value": "all", - "filter_col": "vlan_name", - "options_html": "%VLAN_FILTER_OPTIONS%" - } - ], + "toolbar": { + "items": [ + { + "type": "select", + "name": "vlan_filter", + "value": "all", + "filter_col": "vlan_name", + "options": "%VLAN_FILTER_OPTIONS%" + } + ] + }, "columns": [ { "label": "Description",