* Added many descriptions
[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 act("olsrd", "OLSR")
16 act("httpd", "HTTP-Server")
17 act("dropbear", "SSH-Server")
18 act("dnsmasq", "Dnsmasq")
19
20 add("admin", "network", "Netzwerk", 50)
21 act("vlan", "Switch")
22 act("ifaces", "Schnittstellen")
23 act("dhcp", "DHCP-Server")
24 act("ptp", "PPPoE / PPTP")
25 act("routes", "Statische Routen")
26 act("portfw", "Portweiterleitung")
27 act("firewall", "Firewall")
28
29 add("admin", "wifi", "Drahtlos", 60)
30 act("devices", "Geräte")
31 act("networks", "Netze")