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