luci-mod-network: enable row filtering for interfaces overview

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-02-02 20:51:30 +01:00
parent d9036435d5
commit 4f433cc918

View 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() {