diff --git a/modals.php b/modals.php
index 4b0a32a..a0a8086 100755
--- a/modals.php
+++ b/modals.php
@@ -246,7 +246,7 @@
+ placeholder="workspace name" required/>
@@ -255,7 +255,7 @@
-
+
-
+
diff --git a/static/job.js b/static/job.js
index 833f023..dff9611 100755
--- a/static/job.js
+++ b/static/job.js
@@ -409,7 +409,7 @@ window.jobStatusOperateEvents = {
$("#modal-msg-content").html(res["msg"]);
$("#modal-msg").modal('show');
}
- download(res['msg'], job + '_' + task + '.txt', "text/plain");
+ download(res['logs'], job + '_' + task + '.txt', "text/plain");
});
ajax.fail(function (jqXHR, textStatus) {
$("#modal-msg-content").html("Request failed : " + jqXHR.statusText);
diff --git a/static/summary.js b/static/summary.js
index 03673d1..12b0ff5 100644
--- a/static/summary.js
+++ b/static/summary.js
@@ -162,7 +162,7 @@ function summary_render() {
text: 'MEM Using'
},
legend: {
- display: false
+ display: true
},
maintainAspectRatio: false
}
diff --git a/ucenter.php b/ucenter.php
index 9bcc2e2..99fbc53 100755
--- a/ucenter.php
+++ b/ucenter.php
@@ -168,11 +168,7 @@ foreach ($entries as $entry) {
Job Status