From 038fdd9fbcd544abcb215c9a1bbbb5dde263fa7e Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 31 Aug 2023 12:01:35 +0300 Subject: [PATCH] luci-mod-system: Remove unused unspecified option Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/system/dropbear.js | 1 - 1 file changed, 1 deletion(-) 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';