mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-15 17:36:44 +00:00
update
This commit is contained in:
2
ajax.php
2
ajax.php
@@ -101,7 +101,7 @@ switch ($action) {
|
||||
|
||||
case 'job_predict_req':
|
||||
$job = new CRObject();
|
||||
$job->set('name', cr_get_POST('name', '') . '-' . time() . Random::randomInt(1000, 9999));
|
||||
$job->set('name', cr_get_POST('name', 'jobName'));
|
||||
$job->set('virtual_cluster', cr_get_POST('cluster'));
|
||||
$job->set('workspace', cr_get_POST('workspace'));
|
||||
$job->set('priority', cr_get_POST('priority'));
|
||||
|
||||
Reference in New Issue
Block a user