1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-16 01:46:43 +00:00

add model_dir & output_dir

This commit is contained in:
2020-09-11 11:12:07 +08:00
parent dd559b06a2
commit c5ff8953b9
5 changed files with 29 additions and 21 deletions

View File

@@ -74,6 +74,8 @@ switch ($action) {
$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('model_dir', cr_get_POST('model_dir'));
$job->set('output_dir', cr_get_POST('output_dir'));
$job->set('priority', cr_get_POST('priority'));
$job->set('run_before', cr_get_POST('run_before'));
$job->set('locality', cr_get_POST('locality'));