luci-app-mwan3: fix require field message if httping is selected
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 12 Dec 2019 09:32:38 +0000 (10:32 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 18 Dec 2019 10:44:59 +0000 (11:44 +0100)
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>
applications/luci-app-mwan3/luasrc/model/cbi/mwan/interfaceconfig.lua

index 606b1ae7666c6ac49d524c180825826e9cf7e52d..d3a367a308c1af7b2b781b9dcb62b84373b004a5 100644 (file)
@@ -87,8 +87,6 @@ size:value("1016")
 size:value("1472")
 size:value("2040")
 size.datatype = "range(1, 65507)"
-size.rmempty = false
-size.optional = false
 
 max_ttl = mwan_interface:option(Value, "max_ttl", translate("Max TTL"))
 max_ttl.default = "60"