Skip to content

Commit 10a2def

Browse files
committed
minor
1 parent 21f7da3 commit 10a2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/jobs/RunsTableModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
119119
_loadRowData(firstRow, qxLastRow) {
120120
this.setIsFetching(true);
121121

122-
qxLastRow = osparc.store.Jobs; // Default to 2 rows for testing purposes
122+
qxLastRow = osparc.store.Jobs.SERVER_MAX_LIMIT; // Default to 2 rows for testing purposes
123123
const lastRow = Math.min(qxLastRow, this._rowCount - 1);
124124
// Returns a request promise with given offset and limit
125125
const getFetchPromise = (offset, limit) => {

0 commit comments

Comments
 (0)