From: Sergey Ponomarev Date: Thu, 31 Aug 2023 09:01:35 +0000 (+0300) Subject: luci-mod-system: Remove unused unspecified option X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=038fdd9fbcd544abcb215c9a1bbbb5dde263fa7e;p=project%2Fluci.git luci-mod-system: Remove unused unspecified option Signed-off-by: Sergey Ponomarev --- diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js index 05afc670ab..3b1f14235d 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js @@ -16,7 +16,6 @@ return view.extend({ o = s.option(widgets.NetworkSelect, 'Interface', _('Interface'), _('Listen only on the given interface or, if unspecified, on all')); o.nocreate = true; - o.unspecified = true; o = s.option(form.Value, 'Port', _('Port')); o.datatype = 'port';