gluon-luci-autoupdater: order next to the manual upgrades in the navigation

This commit is contained in:
Matthias Schiffer 2015-05-04 02:17:38 +02:00
parent cdc16af1bd
commit 56c8fe5145
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ $Id$
module("luci.controller.admin.autoupdater", package.seeall)
function index()
entry({"admin", "autoupdater"}, cbi("admin/autoupdater"), _("Automatic updates"), 20)
entry({"admin", "autoupdater"}, cbi("admin/autoupdater"), _("Automatic updates"), 80)
end