fix: manman node field
This commit is contained in:
parent
3c425648b9
commit
cf63eb79d5
@ -26,7 +26,7 @@ return function(form, uci)
|
|||||||
uci:set('gluon-manman-sync', 'sync', 'location_id', data)
|
uci:set('gluon-manman-sync', 'sync', 'location_id', data)
|
||||||
end
|
end
|
||||||
|
|
||||||
local id = s:option(Value, 'manman_id', pkg_i18n.translate('ManMan node (optional)'))
|
local id = s:option(Value, 'manman_node', pkg_i18n.translate('ManMan node (optional)'))
|
||||||
id:depends(manman, true)
|
id:depends(manman, true)
|
||||||
id.default = uci:get('gluon-manman-sync', 'sync', 'node')
|
id.default = uci:get('gluon-manman-sync', 'sync', 'node')
|
||||||
id.datatype = 'maxlength(16)'
|
id.datatype = 'maxlength(16)'
|
||||||
|
Loading…
Reference in New Issue
Block a user