8f87792cade1d9561d34f3f496386ff2a53087ad
[project/luci.git] / module / admin-core / src / model / menu / 00admin.lua
1 add("admin", "index", "Übersicht", 10)
2 act("wizard", "Freifunkassistent")
3 act("contact", "Kontakt")
4 act("luci", "Oberfläche")
5 act("freifunk", "Freifunk")
6
7 add("admin", "system", "System", 30)
8 act("packages", "Paketverwaltung")
9 act("passwd", "Passwort ändern")
10 act("sshkeys", "SSH-Schlüssel")
11 act("hostname", "Hostname")
12 act("fstab", "Einhängepunkte")
13 act("upgrade", "Firmwareupgrade")
14 act("reboot", "Neu starten")
15
16 add("admin", "services", "Dienste", 40)
17 if isfile("/etc/config/olsr") then
18 act("olsrd", "OLSR")
19 end
20 act("httpd", "HTTP-Server")
21 act("dropbear", "SSH-Server")
22 act("dnsmasq", "Dnsmasq")
23 if isfile("/etc/config/luci_splash") then
24 act("splash", "Client-Splash")
25 end
26
27 add("admin", "network", "Netzwerk", 50)
28 act("vlan", "Switch")
29 act("ifaces", "Schnittstellen")
30 act("dhcp", "DHCP-Server")
31 act("ptp", "PPPoE / PPTP")
32 act("routes", "Statische Routen")
33 act("portfw", "Portweiterleitung")
34 act("firewall", "Firewall")
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")