manman-sync fix datatype
This commit is contained in:
parent
406276a23e
commit
503893fdf7
@ -21,7 +21,7 @@ return function(form, uci)
|
|||||||
local id = s:option(Value, "manman_id", pkg_i18n.translate("ManMan location ID"))
|
local id = s:option(Value, "manman_id", pkg_i18n.translate("ManMan location ID"))
|
||||||
id:depends(manman, true)
|
id:depends(manman, true)
|
||||||
id.default = uci:get("gluon", "manman_sync", "node_id")
|
id.default = uci:get("gluon", "manman_sync", "node_id")
|
||||||
id.datatype = "nfloat" -- TODO: int
|
id.datatype = "uinteger"
|
||||||
function id:write(data)
|
function id:write(data)
|
||||||
uci:set("gluon", "manman_sync", "node_id", data)
|
uci:set("gluon", "manman_sync", "node_id", data)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user