* Added initial version of RPC info API
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
index 4d33b44..7d56b8b 100644 (file)
@@ -1,6 +1,7 @@
 add("admin", "index", "Übersicht", 10)
 act("contact", "Kontakt")
 act("luci", "Oberfläche")
+act("freifunk", "Freifunk")
 
 add("admin", "system", "System", 30)
 act("packages", "Paketverwaltung")
@@ -12,10 +13,15 @@ act("upgrade", "Firmwareupgrade")
 act("reboot", "Neu starten")
 
 add("admin", "services", "Dienste", 40)
-act("olsrd", "OLSR")
+if isfile("/etc/config/olsr") then
+       act("olsrd", "OLSR")
+end
 act("httpd", "HTTP-Server")
 act("dropbear", "SSH-Server")
 act("dnsmasq", "Dnsmasq")
+if isfile("/etc/config/luci_splash") then
+       act("splash", "Client-Splash")
+end
 
 add("admin", "network", "Netzwerk", 50)
 act("vlan", "Switch")
@@ -25,6 +31,9 @@ act("ptp", "PPPoE / PPTP")
 act("routes", "Statische Routen")
 act("portfw", "Portweiterleitung")
 act("firewall", "Firewall")
+if isfile("/etc/config/qos") then
+       act("qos", "Quality of Service")
+end
 
 add("admin", "wifi", "Drahtlos", 60)
 act("devices", "Geräte")