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-05-01 12:49:32 +08:00
parent 311bc68cd1
commit 3eff537d5f
4 changed files with 5 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ function register_events_job() {
var cluster = $('#form-job-cluster').val();
var priority = $('#form-job-priority').val();
var run_before = $('#form-job-run-before').val();
var locality = $('#form-job-locality').val();
if (run_before.length !== 0) {
run_before = moment(run_before).unix();
}