config-mode: moved autoupdater info at the end of the page

This commit is contained in:
rubo77 2016-12-01 13:47:10 +01:00
parent 1f3e789463
commit 4d3705155f
2 changed files with 1 additions and 2 deletions

View File

@ -38,11 +38,11 @@ Config mode modules are located at `/lib/gluon/config-mode/wizard` and
are executed in lexical order. If you take the standard set of modules, the are executed in lexical order. If you take the standard set of modules, the
order is, for wizard modules: order is, for wizard modules:
- 0050-autoupdater-info
- 0100-hostname - 0100-hostname
- 0300-mesh-vpn - 0300-mesh-vpn
- 0400-geo-location - 0400-geo-location
- 0500-contact-info - 0500-contact-info
- 0600-autoupdater-info
While for reboot modules it is: While for reboot modules it is:
@ -89,4 +89,3 @@ rendered or nil (i.e. the module is skipped)::
luci.template.render_string("Hello World!") luci.template.render_string("Hello World!")
end end
end end