File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
services/static-webserver/client/source/class/osparc/data Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments