X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=module%2Fadmin-core%2Fsrc%2Fmodel%2Fmenu%2F00admin.lua;h=7d56b8b5455be77586b256485dc9f26057e96e22;hp=42c185937dff7dc31152ff1b7898d091e58471ce;hb=bba585f063ccc1e483346c9b5625d4dcf84d6586;hpb=035a193353b9ad86621b6b1fa183ccb1e0bd9e3d diff --git a/module/admin-core/src/model/menu/00admin.lua b/module/admin-core/src/model/menu/00admin.lua index 42c185937..7d56b8b54 100644 --- a/module/admin-core/src/model/menu/00admin.lua +++ b/module/admin-core/src/model/menu/00admin.lua @@ -1,6 +1,7 @@ add("admin", "index", "Übersicht", 10) act("contact", "Kontakt") act("luci", "Oberfläche") +act("freifunk", "Freifunk") add("admin", "system", "System", 30) act("packages", "Paketverwaltung") @@ -18,6 +19,9 @@ end act("httpd", "HTTP-Server") act("dropbear", "SSH-Server") act("dnsmasq", "Dnsmasq") +if isfile("/etc/config/luci_splash") then + act("splash", "Client-Splash") +end add("admin", "network", "Netzwerk", 50) act("vlan", "Switch") @@ -27,11 +31,6 @@ act("ptp", "PPPoE / PPTP") act("routes", "Statische Routen") act("portfw", "Portweiterleitung") act("firewall", "Firewall") - -if isfile("/etc/config/luci_splash") then - act("splash", "Client-Splash") -end - if isfile("/etc/config/qos") then act("qos", "Quality of Service") end