7d56b8b5455be77586b256485dc9f26057e96e22
[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 act("freifunk", "Freifunk")
5
6 add("admin", "system", "System", 30)
7 act("packages", "Paketverwaltung")
8 act("passwd", "Passwort ändern")
9 act("sshkeys", "SSH-Schlüssel")
10 act("hostname", "Hostname")
11 act("fstab", "Einhängepunkte")
12 act("upgrade", "Firmwareupgrade")
13 act("reboot", "Neu starten")
14
15 add("admin", "services", "Dienste", 40)
16 if isfile("/etc/config/olsr") then
17 act("olsrd", "OLSR")
18 end
19 act("httpd", "HTTP-Server")
20 act("dropbear", "SSH-Server")
21 act("dnsmasq", "Dnsmasq")
22 if isfile("/etc/config/luci_splash") then
23 act("splash", "Client-Splash")
24 end
25
26 add("admin", "network", "Netzwerk", 50)
27 act("vlan", "Switch")
28 act("ifaces", "Schnittstellen")
29 act("dhcp", "DHCP-Server")
30 act("ptp", "PPPoE / PPTP")
31 act("routes", "Statische Routen")
32 act("portfw", "Portweiterleitung")
33 act("firewall", "Firewall")
34 if isfile("/etc/config/qos") then
35 act("qos", "Quality of Service")
36 end
37
38 add("admin", "wifi", "Drahtlos", 60)
39 act("devices", "Geräte")
40 act("networks", "Netze")