mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-28 16:09:54 +03:00
Define taghistory object
This commit is contained in:
parent
3b1b6f2e72
commit
3f860cd0b5
2 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ registryUI.decodeURI = function(url) {
|
|||
registryUI.isImageRemoveActivated = true;
|
||||
registryUI.catalog = {};
|
||||
registryUI.taglist = {};
|
||||
registryUI.taghistory = {};
|
||||
|
||||
window.addEventListener('DOMContentLoaded', function() {
|
||||
riot.mount('*');
|
||||
|
|
|
@ -24,6 +24,7 @@ registryUI.name = function() {
|
|||
registryUI.isImageRemoveActivated = true;
|
||||
registryUI.catalog = {};
|
||||
registryUI.taglist = {};
|
||||
registryUI.taghistory = {};
|
||||
|
||||
window.addEventListener('DOMContentLoaded', function() {
|
||||
riot.mount('*');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue