feat: add content element limit

closes: #127
This commit is contained in:
Joxit
2020-05-03 22:42:36 +02:00
parent e2ee319d4a
commit 991eaf932d
4 changed files with 7 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ var registryUI = {}
registryUI.URL_QUERY_PARAM_REGEX = /[&?]url=/;
registryUI.URL_PARAM_REGEX = /^url=/;
registryUI.showContentDigest = true;
registryUI.catalogElementsLimit = 100000;
registryUI.url = function(byPassQueryParam) {
if (!registryUI._url) {

View File

@@ -34,6 +34,7 @@ registryUI.name = function() {
registryUI.pullUrl = '${PULL_URL}';
registryUI.isImageRemoveActivated = true;
registryUI.showContentDigest = true;
registryUI.catalogElementsLimit = 100000;
registryUI.catalog = {};
registryUI.taglist = {};
registryUI.taghistory = {};