Skip to content

Commit b7f6f5d

Browse files
committed
minor
1 parent 1eaa1fe commit b7f6f5d

File tree

1 file changed

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

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -377,19 +377,6 @@ qx.Class.define("osparc.data.Resources", {
377377
},
378378
}
379379
},
380-
"runsOld": {
381-
useCache: false, // handled in osparc.store.Jobs
382-
endpoints: {
383-
getPageLatest: {
384-
method: "GET",
385-
url: statics.API + "/computations/-/iterations/latest?offset={offset}&limit={limit}&order_by={orderBy}&filter_only_running={runningOnly}&filters={filters}"
386-
},
387-
getPageHistory: {
388-
method: "GET",
389-
url: statics.API + "/computations/{studyId}/iterations?offset={offset}&limit={limit}&order_by={orderBy}&include_children={includeChildren}"
390-
},
391-
}
392-
},
393380
"subRunsOld": {
394381
useCache: false, // handled in osparc.store.Jobs
395382
endpoints: {

0 commit comments

Comments
 (0)