* modules/admin-core: Reintroduced ffluci.controller.admin.status
[project/luci.git] / modules / admin-core / src / model / menu / 00admin.lua
index c48db19..b21e5e3 100644 (file)
@@ -1,6 +1,9 @@
 add("admin", "index", "Übersicht", 10)
 act("luci", "Oberfläche")
 
+add("admin", "status", "Status", 20)
+act("syslog", "Systemprotokoll")
+
 add("admin", "system", "System", 30)
 act("packages", "Paketverwaltung")
 act("passwd", "Passwort ändern")