1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-15 09:36:43 +00:00
This commit is contained in:
2020-06-21 13:05:22 +08:00
parent 5627406e82
commit bb54f71a61
3 changed files with 35 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ function register_events_job() {
$('#form-job-tasks').find('.row').each(function () {
$(this).find('.task-cpu').eq(0).val(4);
$(this).find('.task-mem').eq(0).val(8192);
$(this).find('.task-gpu-mem').eq(0).val(8192);
});
}
});