Skip to content

Commit 6304d4d

Browse files
committed
minor
1 parent f0ff287 commit 6304d4d

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/data/SubJob.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ qx.Class.define("osparc.data.SubJob", {
3030
startedAt: subJobData["startedAt"] ? new Date(subJobData["startedAt"]) : null,
3131
endedAt: subJobData["endedAt"] ? new Date(subJobData["endedAt"]) : null,
3232
osparcCredits: subJobData["osparcCredits"] || null,
33-
downloadLogsLink: subJobData["downloadLogsLink"] || null,
33+
logDownloadLink: subJobData["logDownloadLink"] || null,
3434
image: subJobData["image"] || {},
3535
});
3636
},
@@ -84,7 +84,7 @@ qx.Class.define("osparc.data.SubJob", {
8484
init: null,
8585
},
8686

87-
downloadLogsLink: {
87+
logDownloadLink: {
8888
check: "String",
8989
nullable: true,
9090
init: null,

0 commit comments

Comments
 (0)