1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06: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

@@ -96,6 +96,10 @@ switch ($action) {
$res = job_status($job);
break;
case 'summary_get':
$res = summary_get();
break;
case 'task_logs':
$task = new CRObject();
$task->set('job', cr_get_GET('job'));