summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-sqm/htdocs/luci-static/resources/view/network/sqm.js2
1 files changed, 1 insertions, 1 deletions
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 c60e00b401..a9d99d5f6c 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:"));