Compare commits

...

1 Commits
0.3.5 ... 0.3.6

Author SHA1 Message Date
Joxit
4d1f47e808 Fix: #39 use _category?n=100000 for registries with many images 2018-06-09 00:09:32 +02:00
5 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "0.3.5",
"version": "0.3.6",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},

View File

@@ -57,7 +57,7 @@
registryUI.catalog.loadend = true;
registryUI.catalog.instance.update();
});
oReq.open('GET', registryUI.url() + '/v2/_catalog');
oReq.open('GET', registryUI.url() + '/v2/_catalog?n=100000');
oReq.send();
};
registryUI.catalog.go = function (image) {
@@ -66,4 +66,4 @@
registryUI.catalog.display();
</script>
<!-- End of tag -->
</catalog>
</catalog>