mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-07 03:26:33 +00:00
Define taghistory object
This commit is contained in:
@@ -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('*');
|
||||
|
||||
Reference in New Issue
Block a user