From 4f433cc918735abb28c19af935671a2105d155bf Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 2 Feb 2026 20:51:30 +0100 Subject: [PATCH] luci-mod-network: enable row filtering for interfaces overview Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/network/interfaces.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index d2203e4980..228401768b 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -482,6 +482,7 @@ return view.extend({ s = m.section(form.GridSection, 'interface', _('Interfaces')); s.anonymous = true; s.addremove = true; + s.filterrow = true; s.addbtntitle = _('Add new interface...'); s.load = function() {