From: Paul Donald Date: Mon, 2 Feb 2026 19:51:30 +0000 (+0100) Subject: luci-mod-network: enable row filtering for interfaces overview X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4f433cc918735abb28c19af935671a2105d155bf;p=openwrt-luci.git luci-mod-network: enable row filtering for interfaces overview Signed-off-by: Paul Donald --- 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() {