summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-network/htdocs')
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
index eacb2fb416..a8e289c480 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
@@ -521,7 +521,8 @@ return view.extend({
.then(L.bind(this.renderMoreOptionsModal, this, s.section));
}, this);
- o = s.taboption('general', widgets.DeviceSelect, 'device', _('Device'));
+ o = s.taboption('general', widgets.DeviceSelect, '_net_device', _('Device'));
+ o.ucioption = 'device';
o.nobridges = false;
o.optional = false;
o.network = ifc.getName();
@@ -888,7 +889,7 @@ return view.extend({
case 'igmp_snooping':
case 'stp':
case 'type':
- case 'device':
+ case '_net_device':
var deps = [];
for (var j = 0; j < protocols.length; j++) {
if (!protocols[j].isVirtual()) {