diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-08-31 12:01:35 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-08-31 12:01:35 +0300 |
commit | 038fdd9fbcd544abcb215c9a1bbbb5dde263fa7e (patch) | |
tree | 015b6320e9358efbf71f8423690cc06655d908eb /modules/luci-mod-system/htdocs/luci-static | |
parent | c2aa6ac165a7f2891fda4092dd9a5e4602804b03 (diff) |
luci-mod-system: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |