mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 00:56:44 +00:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -162,7 +162,7 @@ function summary_render() {
|
||||
text: 'MEM Using'
|
||||
},
|
||||
legend: {
|
||||
display: false
|
||||
display: true
|
||||
},
|
||||
maintainAspectRatio: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user