mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-30 00:49:53 +03:00
Upgrade to v0.4.0
Merge tags and scripts; now it will be `docker-registry-ui.js` and `docker-registry-ui-static.js` New sort for tags; will use numerical sort when it is possible
This commit is contained in:
parent
05c2cf2425
commit
6221958c78
19 changed files with 106 additions and 151 deletions
|
@ -25,6 +25,6 @@ registryUI.isImageRemoveActivated = true;
|
|||
registryUI.catalog = {};
|
||||
registryUI.taglist = {};
|
||||
|
||||
riot.mount('catalog');
|
||||
riot.mount('taglist');
|
||||
riot.mount('app');
|
||||
window.addEventListener('DOMContentLoaded', function() {
|
||||
riot.mount('*');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue