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:
Joxit 2018-07-24 00:05:45 +02:00
parent 05c2cf2425
commit 6221958c78
19 changed files with 106 additions and 151 deletions

View file

@ -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('*');
});