luci-mod-network: enable row filtering for interfaces overview
authorPaul Donald <redacted>
Mon, 2 Feb 2026 19:51:30 +0000 (20:51 +0100)
committerPaul Donald <redacted>
Tue, 3 Feb 2026 05:42:16 +0000 (06:42 +0100)
Signed-off-by: Paul Donald <redacted>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index d2203e4980a46fe0b952d6d29a3812fd31302fd1..228401768b0932a2e5b97eea61bdba999580ecd4 100644 (file)
@@ -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() {
git clone https://git.99rst.org/PROJECT