1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add more info for omr-tracker

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-09 22:35:08 +02:00
parent e8c3b42a5d
commit 6fd6e8b73d

View file

@ -72,7 +72,7 @@ o.default = "2"
o.datatype = "range(1, 100)" o.datatype = "range(1, 100)"
o.rmempty = false o.rmempty = false
s = m:section(TypedSection, "defaults", translate("Defaults Settings"), translate("OMR-Tracker detect when a connection is down and execute needed scripts")) s = m:section(TypedSection, "defaults", translate("Defaults Settings"), translate("OMR-Tracker create needed routes and detect when a connection is down or up"))
s.anonymous = true s.anonymous = true
o = s:option(Flag, "enabled", translate("Enable"), translate("When tracker is disabled, connection failover is also disabled")) o = s:option(Flag, "enabled", translate("Enable"), translate("When tracker is disabled, connection failover is also disabled"))