1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-16 01:46:43 +00:00
This commit is contained in:
2020-07-01 11:14:22 +08:00
parent 1db9445f84
commit 7fe7996fc4
2 changed files with 5 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ switch ($action) {
case 'job_submit':
$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'));