applications/siitwizard: move menu entry to the end of network menu
[project/luci.git] / applications / luci-siitwizard / luasrc / controller / siitwizard.lua
index 71b8b30..2e0fd08 100644 (file)
@@ -17,5 +17,5 @@ $Id$
 module "luci.controller.siitwizard"
 
 function index()
-       entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 50)
+       entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
 end