luci-app-firewall: enable row filtering for firewall rules
authorPaul Donald <redacted>
Mon, 2 Feb 2026 21:40:20 +0000 (22:40 +0100)
committerPaul Donald <redacted>
Tue, 3 Feb 2026 05:42:16 +0000 (06:42 +0100)
This is an area users seem to have most trouble searching
(via the browser window search), and firewall tables
tend to be the largest tables. Enable search.

Signed-off-by: Paul Donald <redacted>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js

index 524688233b4dfe81e9058f8f24b31a135d098300..3c3894b9f1e38f5c7b266be974e2f653c92657fb 100644 (file)
@@ -157,6 +157,7 @@ return view.extend({
                s.anonymous = true;
                s.sortable  = true;
                s.cloneable = true;
+               s.filterrow = true;
 
                s.tab('general', _('General Settings'));
                s.tab('advanced', _('Advanced Settings'));
index 95b91b54459a870c9d0b21f668f3c3be0e1ae665..751d3f138f344f2ff56f546eabe159b705e0203d 100644 (file)
@@ -178,6 +178,7 @@ return view.extend({
                s.anonymous = true;
                s.sortable  = true;
                s.cloneable = true;
+               s.filterrow = true;
 
                s.tab('general', _('General Settings'));
                s.tab('advanced', _('Advanced Settings'));
index c6299f2fcf38d78139b89254330910aafe9d39ee..8069be06cb3d45827f0a19224f7c601f5e8f5b22 100644 (file)
@@ -177,6 +177,7 @@ return view.extend({
                s.anonymous = true;
                s.sortable  = true;
                s.cloneable = true;
+               s.filterrow = true;
 
                s.tab('general', _('General Settings'));
                s.tab('advanced', _('Advanced Settings'));
index dc9b094c324be6992c11bbf349b74b93ba1d9759..bcf2c1b2432850cca7144baab34829b1a7eff641 100644 (file)
@@ -102,6 +102,7 @@ return view.extend({
                s.addremove = true;
                s.anonymous = true;
                s.sortable  = true;
+               s.filterrow = true;
                s.nodescriptions = true;
 
                s.handleRemove = function(section_id, ev) {
git clone https://git.99rst.org/PROJECT