|
|
@ -51,7 +51,7 @@ export class ConnectionPool extends BI.Widget { |
|
|
|
itemsCreator: (options: {times: number}, populate) => { |
|
|
|
itemsCreator: (options: {times: number}, populate) => { |
|
|
|
populate(this.renderList((options.times - 1) * 50, options.times * 50)); |
|
|
|
populate(this.renderList((options.times - 1) * 50, options.times * 50)); |
|
|
|
}, |
|
|
|
}, |
|
|
|
hasNext: options => options.times * 50 < BI.size(this.model.connections), |
|
|
|
hasNext: options => options.times * 50 < BI.size(this.model.connectionJDBC), |
|
|
|
}, |
|
|
|
}, |
|
|
|
], |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|