File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
services/static-webserver/client/source/class/osparc/jobs Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
2424
2525 this . __includeChildren = includeChildren ;
2626 this . __cachedData = new Map ( ) ;
27- this . __loadedRanges = [ ] ;
2827
2928 this . set ( {
3029 projectUuid,
@@ -86,7 +85,6 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
8685 members : {
8786 __includeChildren : null ,
8887 __cachedData : null ,
89- __loadedRanges : null ,
9088
9189 // overridden
9290 sortByColumn ( columnIndex , ascending ) {
@@ -202,7 +200,6 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
202200 loadedRange . data . forEach ( ( rowData , index ) => {
203201 this . __cachedData . set ( loadedRange . start + index , rowData ) ;
204202 } ) ;
205- this . __loadedRanges . push ( { start : loadedRange . start , end : loadedRange . start + loadedRange . data . length - 1 } ) ;
206203 } ) ;
207204
208205 const requestedData = this . __getCachedData ( firstRow , lastRow ) ;
You can’t perform that action at this time.
0 commit comments