From 5a6037a258558d7c61422ee966f25a950f99c56e Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sun, 25 Oct 2020 14:40:49 +0100 Subject: luci-app-sqm: fix missing interface in selection Show device instead of interface in interface selection. Fixes: #4539 Signed-off-by: Ansuel Smith --- .../luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications') diff --git a/applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js b/applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js index c60e00b40..a9d99d5f6 100644 --- a/applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js +++ b/applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js @@ -68,7 +68,7 @@ return view.extend({ return uci.set("sqm", section, "enabled", value); }, this); - o = s.taboption("tab_basic", widgets.NetworkSelect, "interface", _("Interface name")); + o = s.taboption("tab_basic", widgets.DeviceSelect, "interface", _("Interface name")); o.rmempty = false; o = s.taboption("tab_basic", form.Value, "download", _("Download speed (kbit/s) (ingress) set to 0 to selectively disable ingress shaping:")); -- cgit v1.2.3