1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-15 09:36:43 +00:00
This commit is contained in:
2019-04-03 20:26:25 +08:00
parent bab3a98ce5
commit 6c707aeaee
7 changed files with 163 additions and 5 deletions

View File

@@ -7,6 +7,10 @@ $(function () {
case "logs_all":
load_logs('all');
break;
case "summary":
register_events_summary();
summary_render();
break;
case "jobs":
register_events_job();
load_jobs('self');