1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00

update UI, add pool status

This commit is contained in:
2019-04-29 21:04:19 +08:00
parent 75657a7d6d
commit e80f1c8480
4 changed files with 153 additions and 83 deletions

View File

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