* Added configuration pages for Dropbear, HTTPd, Mount Points
[project/luci.git] / src / ffluci / model / menu / 00main.lua
index 966c422..d1c535f 100644 (file)
@@ -4,15 +4,22 @@ act("contact", "Kontakt")
 
 
 add("admin", "index", "Übersicht", 10)
-act("luci", "FFLuCI")
 act("contact", "Kontakt")
+act("luci", "FFLuCI")
 
 add("admin", "system", "System", 20)
+act("packages", "Paketverwaltung")
 act("passwd", "Passwort ändern")
 act("sshkeys", "SSH-Schlüssel")
+act("fstab", "Einhängepunkte")
 act("reboot", "Neu starten")
 
-add("admin", "network", "Netzwerk", 30)
+add("admin", "services", "Dienste", 30)
+act("olsrd", "OLSR")
+act("httpd", "HTTP-Server")
+act("dropbear", "SSH-Server")
+
+add("admin", "network", "Netzwerk", 40)
 act("vlan", "Switch")
 act("ifaces", "Schnittstellen")
 act("ptp", "PPPoE / PPTP")
@@ -20,9 +27,6 @@ act("routes", "Statische Routen")
 act("portfw", "Portweiterleitung")
 act("firewall", "Firewall")
 
-add("admin", "wifi", "Drahtlos", 40)
+add("admin", "wifi", "Drahtlos", 50)
 act("devices", "Geräte")
-act("networks", "Netze")
-
-add("admin", "mesh", "Mesh", 50)
-act("olsrd", "OLSR")
\ No newline at end of file
+act("networks", "Netze")
\ No newline at end of file