* Makefile fixes ;-)
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
1 add("admin", "index", "Übersicht", 10)
2 act("contact", "Kontakt")
3 act("luci", "Oberfläche")
4
5 add("admin", "system", "System", 30)
6 act("packages", "Paketverwaltung")
7 act("passwd", "Passwort ändern")
8 act("sshkeys", "SSH-Schlüssel")
9 act("hostname", "Hostname")
10 act("fstab", "Einhängepunkte")
11 act("upgrade", "Firmwareupgrade")
12 act("reboot", "Neu starten")
13
14 add("admin", "services", "Dienste", 40)
15 if isfile("/etc/config/olsr") then
16         act("olsrd", "OLSR")
17 end
18 act("httpd", "HTTP-Server")
19 act("dropbear", "SSH-Server")
20 act("dnsmasq", "Dnsmasq")
21
22 add("admin", "network", "Netzwerk", 50)
23 act("vlan", "Switch")
24 act("ifaces", "Schnittstellen")
25 act("dhcp", "DHCP-Server")
26 act("ptp", "PPPoE / PPTP")
27 act("routes", "Statische Routen")
28 act("portfw", "Portweiterleitung")
29 act("firewall", "Firewall")
30
31 if isfile("/etc/config/luci_splash") then
32         act("splash", "Client-Splash")
33 end
34
35 if isfile("/etc/config/qos") then
36         act("qos", "Quality of Service")
37 end
38
39 add("admin", "wifi", "Drahtlos", 60)
40 act("devices", "Geräte")
41 act("networks", "Netze")