fix: manman node field

This commit is contained in:
Maciej Krüger 2022-01-20 07:15:08 +01:00 committed by Alexander List
parent 3c425648b9
commit cf63eb79d5

View File

@ -26,7 +26,7 @@ return function(form, uci)
uci:set('gluon-manman-sync', 'sync', 'location_id', data)
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.default = uci:get('gluon-manman-sync', 'sync', 'node')
id.datatype = 'maxlength(16)'