diff --git a/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index 4415b4bae..4b4dc949e 100644 --- a/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -394,6 +394,10 @@ return view.extend({ }, this); o.write = function() {}; + o = s.taboption('general', form.Value, 'label', _('Label')); + o.modalonly = true; + o.optional = true; + proto_select = s.taboption('general', form.ListValue, 'proto', _('Protocol')); proto_select.modalonly = true;