1
0
Fork 0
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:
Ycarus 2018-03-01 20:08:40 +01:00
parent 6486ab9126
commit d094b83efa

View file

@ -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")