From 4d3705155fef5f590ec4fb51755f36eeca5f882e Mon Sep 17 00:00:00 2001 From: rubo77 Date: Thu, 1 Dec 2016 13:47:10 +0100 Subject: [PATCH] config-mode: moved autoupdater info at the end of the page --- docs/dev/configmode.rst | 3 +-- .../{0050-autoupdater-info.lua => 0600-autoupdater-info.lua} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/{0050-autoupdater-info.lua => 0600-autoupdater-info.lua} (100%) diff --git a/docs/dev/configmode.rst b/docs/dev/configmode.rst index 9a174d4c..e28c3ecc 100644 --- a/docs/dev/configmode.rst +++ b/docs/dev/configmode.rst @@ -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 order is, for wizard modules: - - 0050-autoupdater-info - 0100-hostname - 0300-mesh-vpn - 0400-geo-location - 0500-contact-info + - 0600-autoupdater-info 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!") end end - diff --git a/package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0050-autoupdater-info.lua b/package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0600-autoupdater-info.lua similarity index 100% rename from package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0050-autoupdater-info.lua rename to package/gluon-config-mode-autoupdater/luasrc/lib/gluon/config-mode/wizard/0600-autoupdater-info.lua