Skip to content

Commit

Permalink
Merge pull request #10472 from miguelvazq/HPCC-18354
Browse files Browse the repository at this point in the history
HPCC-18354 Unable to download Thor slave logs

Reviewed-By: Kevin Wang <kevin.wang@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed Oct 11, 2017
2 parents 08a761d + 9ab4a91 commit eae7924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/eclwatch/LogWidget.js
Expand Up @@ -112,7 +112,7 @@ define([

_doDownload: function (zip) {
var base = new ESPBase();
var name = this.params.getLogDirectory() + "/" + this.logTargetSelect.get("value");
var name = "//" + this.params.getNetaddress() + this.params.getLogDirectory() + "/" + this.logTargetSelect.get("value");
var type = "tpcomp_log";
window.open(base.getBaseURL("WsTopology") + "/SystemLog?Name=" + name + "&Type=" + type + "&Zip=" + zip, "_blank");
},
Expand Down

0 comments on commit eae7924

Please sign in to comment.