Home
last modified time | relevance | path

Searched refs:collectionLength (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js122 var collectionLength = (collection instanceof Array) ?
126 paginationId, collectionLength);
465 currentPage, collectionLength, rowsPerPage, paginationRange) { argument
467 var totalPages = Math.ceil(collectionLength / rowsPerPage);
643 instances[instanceId].collectionLength = val;
646 return instances[instanceId].collectionLength;