summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-status')
-rw-r--r--modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json22
1 files changed, 14 insertions, 8 deletions
diff --git a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
index 1e6556bab2..e726c56b27 100644
--- a/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
+++ b/modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json
@@ -35,27 +35,33 @@
}
},
- "admin/status/syslog": {
+ "admin/status/logs": {
"title": "System Log",
"order": 4,
"action": {
- "type": "view",
- "path": "status/syslog"
+ "type": "alias",
+ "path": "admin/status/logs/syslog"
},
"depends": {
"acl": [ "luci-mod-status-logs" ]
}
},
- "admin/status/dmesg": {
+ "admin/status/logs/syslog": {
+ "title": "System Log",
+ "order": 1,
+ "action": {
+ "type": "view",
+ "path": "status/syslog"
+ }
+ },
+
+ "admin/status/logs/dmesg": {
"title": "Kernel Log",
- "order": 5,
+ "order": 2,
"action": {
"type": "view",
"path": "status/dmesg"
- },
- "depends": {
- "acl": [ "luci-mod-status-logs" ]
}
},