mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-11 03:46:34 +00:00
Define taghistory object
This commit is contained in:
@@ -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