applications/siitwizard: move menu entry to the end of network menu
This commit is contained in:
parent
6e9a8f2dca
commit
1952a2cae3
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ $Id$
|
||||||
module "luci.controller.siitwizard"
|
module "luci.controller.siitwizard"
|
||||||
|
|
||||||
function index()
|
function index()
|
||||||
entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 50)
|
entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue