mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 20:11:29 +08:00
32 lines
510 B
JSON
32 lines
510 B
JSON
{
|
|
"admin/status/log-viewer": {
|
|
"title": "Log Viewer",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/status/log-viewer/syslog"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-log-viewer" ]
|
|
}
|
|
},
|
|
|
|
"admin/status/log-viewer/syslog": {
|
|
"title": "System Log",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "log-viewer/syslog"
|
|
}
|
|
},
|
|
|
|
"admin/status/log-viewer/dmesg": {
|
|
"title": "Kernel Log",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "log-viewer/dmesg"
|
|
}
|
|
}
|
|
}
|