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

update UI

This commit is contained in:
2019-07-12 15:24:17 +08:00
parent f983efc1fb
commit b7a13462fd
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,6 @@ switch ($action) {
$task = new CRObject();
$task->set('job', cr_get_GET('job'));
$task->set('task', cr_get_GET('task'));
$task->set('task', 'node1');
$res = task_logs($task);
break;