summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/root
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-status/root')
-rw-r--r--modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json10
1 files changed, 4 insertions, 6 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 7dd7dae73b..6fa3f04089 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
@@ -30,9 +30,8 @@
"title": "System Log",
"order": 4,
"action": {
- "type": "call",
- "module": "luci.controller.admin.status",
- "function": "action_syslog"
+ "type": "view",
+ "path": "status/syslog"
}
},
@@ -40,9 +39,8 @@
"title": "Kernel Log",
"order": 5,
"action": {
- "type": "call",
- "module": "luci.controller.admin.status",
- "function": "action_dmesg"
+ "type": "view",
+ "path": "status/dmesg"
}
},