luci-app-mwan3: Update down and up defaults to match mwan3track

Signed-off-by: James White <james@jmwhite.co.uk>
This commit is contained in:
James White 2020-09-11 08:24:19 +01:00
parent a314b593ec
commit 4a9062c7b6

View file

@ -213,7 +213,7 @@ recovery:value("3600", translatef("%d hour", 1))
down = mwan_interface:option(ListValue, "down", translate("Interface down"), down = mwan_interface:option(ListValue, "down", translate("Interface down"),
translate("Interface will be deemed down after this many failed ping tests")) translate("Interface will be deemed down after this many failed ping tests"))
down.default = "3" down.default = "5"
down:value("1") down:value("1")
down:value("2") down:value("2")
down:value("3") down:value("3")
@ -227,7 +227,7 @@ down:value("10")
up = mwan_interface:option(ListValue, "up", translate("Interface up"), up = mwan_interface:option(ListValue, "up", translate("Interface up"),
translate("Downed interface will be deemed up after this many successful ping tests")) translate("Downed interface will be deemed up after this many successful ping tests"))
up.default = "3" up.default = "5"
up:value("1") up:value("1")
up:value("2") up:value("2")
up:value("3") up:value("3")