luci-app-mwan3: fix require field message if httping is selected
If these two values are not removed, then httping cannot be selected as the tracking method. The field size is a must field for ping but it is not displayed because httping does not need it. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
daeeb4285f
commit
93ff9ef2ee
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ size:value("1016")
|
||||||
size:value("1472")
|
size:value("1472")
|
||||||
size:value("2040")
|
size:value("2040")
|
||||||
size.datatype = "range(1, 65507)"
|
size.datatype = "range(1, 65507)"
|
||||||
size.rmempty = false
|
|
||||||
size.optional = false
|
|
||||||
|
|
||||||
max_ttl = mwan_interface:option(Value, "max_ttl", translate("Max TTL"))
|
max_ttl = mwan_interface:option(Value, "max_ttl", translate("Max TTL"))
|
||||||
max_ttl.default = "60"
|
max_ttl.default = "60"
|
||||||
|
|
Loading…
Reference in a new issue