mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-mod-network: enable row filtering for interfaces overview
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user