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:
1
ajax.php
1
ajax.php
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user