1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 09:06:43 +00:00
This commit is contained in:
2019-05-20 15:22:13 +08:00
parent 9bea4ddecf
commit 8bd85029d5
4 changed files with 6 additions and 10 deletions

View File

@@ -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);