0050-autoupdater-info.lua 241 B

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