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-04-12 17:20:48 +08:00
parent 6c707aeaee
commit d23fa19649
4 changed files with 40 additions and 49 deletions

View File

@@ -72,7 +72,6 @@ switch ($action) {
$job->set('virtual_cluster', cr_get_POST('cluster'));
$job->set('workspace', cr_get_POST('workspace'));
$job->set('priority', cr_get_POST('priority'));
$job->set('image', cr_get_POST('image'));
$job->set('run_before', cr_get_POST('run_before'));
$job->set('tasks', cr_get_POST('tasks'));
$res = job_submit($job);