From 45bee06a9e97742f03f542bbf25c41f3dd2e3304 Mon Sep 17 00:00:00 2001
From: Firmlyzhu
Date: Sun, 24 Mar 2019 17:48:39 +0800
Subject: [PATCH 1/5] Multilocation of batch
---
web/templates/batch/batch_create.html | 1 +
web/templates/batch/batch_list.html | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/web/templates/batch/batch_create.html b/web/templates/batch/batch_create.html
index be50d3b..5f77c87 100644
--- a/web/templates/batch/batch_create.html
+++ b/web/templates/batch/batch_create.html
@@ -147,6 +147,7 @@
$("select#masterselector").change(function() {
var masterip=$(this).children('option:selected').val();
+ $("#form").attr("action","/batch_job/"+ masterip +"/add/");
var mastername=$(this).children('option:selected').html();
console.log(masterip);
var host = window.location.host;
diff --git a/web/templates/batch/batch_list.html b/web/templates/batch/batch_list.html
index eba03be..56ff385 100644
--- a/web/templates/batch/batch_list.html
+++ b/web/templates/batch/batch_list.html
@@ -33,7 +33,7 @@
{% for master in masterips %}
{% for job_info in job_list[master.split('@')[0]] %}
-