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 f0ff287 commit 6304d4dCopy full SHA for 6304d4d
services/static-webserver/client/source/class/osparc/data/SubJob.js
@@ -30,7 +30,7 @@ qx.Class.define("osparc.data.SubJob", {
30
startedAt: subJobData["startedAt"] ? new Date(subJobData["startedAt"]) : null,
31
endedAt: subJobData["endedAt"] ? new Date(subJobData["endedAt"]) : null,
32
osparcCredits: subJobData["osparcCredits"] || null,
33
- downloadLogsLink: subJobData["downloadLogsLink"] || null,
+ logDownloadLink: subJobData["logDownloadLink"] || null,
34
image: subJobData["image"] || {},
35
});
36
},
@@ -84,7 +84,7 @@ qx.Class.define("osparc.data.SubJob", {
84
init: null,
85
86
87
- downloadLogsLink: {
+ logDownloadLink: {
88
check: "String",
89
nullable: true,
90
0 commit comments