We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10c8db commit 3877fa6Copy full SHA for 3877fa6
services/static-webserver/client/source/class/osparc/jobs/SubRunsTable.js
@@ -173,7 +173,7 @@ qx.Class.define("osparc.jobs.SubRunsTable", {
173
}
174
const logDownloadLink = subJob.getLogDownloadLink()
175
if (logDownloadLink) {
176
- osparc.utils.Utils.downloadLink(logDownloadLink, "GET", rowData["nodeName"] + ".logs");
+ osparc.utils.Utils.downloadLink(logDownloadLink, "GET", rowData["nodeName"] + ".zip");
177
} else {
178
osparc.FlashMessenger.logAs(this.tr("No logs available"), "WARNING");
179
0 commit comments