luci-app-travelmate: sync with update 2.2.1-2
authorDirk Brenken <[email protected]>
Sun, 19 Oct 2025 18:23:36 +0000 (20:23 +0200)
committerDirk Brenken <[email protected]>
Sun, 19 Oct 2025 18:23:36 +0000 (20:23 +0200)
Signed-off-by: Dirk Brenken <[email protected]>
applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js

index 65a7da7f9df8287b361b5fbd6b752fc831acb6da..e81fed8bf0c7b005abd5817a7ae31c22236a05d6 100644 (file)
@@ -361,6 +361,12 @@ return view.extend({
                o.datatype = 'range(0,30)';
                o.rmempty = true;
 
+               o = s.taboption('general', form.DynamicList, 'trm_ssidfilter', _('Filter AutoAdd SSIDs'), _('List of SSID patterns for filtering/skipping specific open uplinks, e.g. \'Chromecast*\''));
+               o.depends('trm_autoadd', '1');
+               o.multiple = true;
+               o.nocreate = false;
+               o.rmempty = true;
+
                /*
                        additional settings tab
                */