mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
fix bugs
This commit is contained in:
parent
07febc6d56
commit
f04ea053f3
|
|
@ -5,7 +5,7 @@
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Monitoring",
|
"name": "Monitoring",
|
||||||
"uri": "{/base}/admin/monitoring/general?{?}",
|
"uri": "{/base}/admin/monitoring/general",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 70,
|
"order": 70,
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Dashboard",
|
"name": "Dashboard",
|
||||||
"uri": "{/base}/admin/monitoring/general?{?}",
|
"uri": "{/base}/admin/monitoring/general",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 1,
|
"order": 1,
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Logs",
|
"name": "Logs",
|
||||||
"uri": "{/base}/admin/monitoring/log/list?{?}",
|
"uri": "{/base}/admin/monitoring/log/list",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 5,
|
"order": 5,
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Stats",
|
"name": "Stats",
|
||||||
"uri": "{/base}/admin/monitoring/stats?{?}",
|
"uri": "{/base}/admin/monitoring/stats",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 10,
|
"order": 10,
|
||||||
|
|
@ -64,14 +64,15 @@
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
"name": "Security",
|
"name": "Security",
|
||||||
"uri": "{/base}/admin/monitoring/security/dashboard?{?}",
|
"uri": "{/base}/admin/monitoring/security/dashboard",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
"order": 15,
|
"order": 15,
|
||||||
"from": "Monitoring",
|
"from": "Monitoring",
|
||||||
"permission": { "permission": 2, "category": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1000706001,
|
"parent": 1000706001,
|
||||||
"children": []
|
"children": [],
|
||||||
|
"status": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -67,5 +67,5 @@ return ['Monitoring' => [
|
||||||
'Uri' => 'Uri',
|
'Uri' => 'Uri',
|
||||||
'Version' => 'Version',
|
'Version' => 'Version',
|
||||||
'Warnings' => 'Warnings',
|
'Warnings' => 'Warnings',
|
||||||
'WarningLogReport' => 'When you report this log, please make sure no confidential and personal data is submitted.',
|
'WarningLogReport' => 'If you report this log, please make sure no confidential and personal data is submitted.',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user