luci-mod-system: Remove unused unspecified option 6550/head
authorSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:35 +0000 (12:01 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:35 +0000 (12:01 +0300)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js

index 05afc670aba663ee3a45bfd7ea8322683724b4c4..3b1f14235dcfb6d7710344215e20c97bc4f8797a 100644 (file)
@@ -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';