gluon/package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0050-autoupdater-info.lua
2017-02-22 01:31:25 +01:00

9 lines
241 B
Lua

return function(form, uci)
if uci:get_bool("autoupdater", "settings", "enabled") then
local s = form:section(
Section, nil,
translate('This node will automatically update its firmware when a new version is available.')
)
end
end