mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 11:31:51 +00:00
Fix omr-tracker interface
This commit is contained in:
parent
6486ab9126
commit
d094b83efa
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ o.default = "2"
|
|||
o.datatype = "range(1, 100)"
|
||||
o.rmempty = false
|
||||
|
||||
o = s:option(Value, "type", translate("Type"))
|
||||
o = s:option(ListValue, "type", translate("Type"))
|
||||
o:value("ping","ping")
|
||||
o:value("dns","dns")
|
||||
|
||||
|
|
Loading…
Reference in a new issue