luci-compate: fix typo

This commit is contained in:
Nick Peng
2020-05-03 23:32:49 +08:00
parent 95472129ee
commit 60d0fc856e

View File

@@ -85,8 +85,8 @@ o.default = o.disabled
o.cfgvalue = function(...)
return Flag.cfgvalue(...) or "0"
end
o.depends("type", "tls")
o.depends("type", "https")
o:depends("type", "tls")
o:depends("type", "https")
---- SNI host name
o = s:option(Value, "host_name", translate("TLS SNI name"), translate("Sets the server name indication for query."))