diff --git a/src/style.css b/src/style.css index 8c9e199..424b061 100644 --- a/src/style.css +++ b/src/style.css @@ -497,6 +497,7 @@ tag-history-element { display: block; padding: 20px; min-width: 100px; + min-height: 3em; width: 420px; float: left; overflow-x: auto; diff --git a/src/tags/tag-history-button.tag b/src/tags/tag-history-button.tag index 1c952ac..08b6cfe 100644 --- a/src/tags/tag-history-button.tag +++ b/src/tags/tag-history-button.tag @@ -22,7 +22,6 @@ along with this program. If not, see . this.on('mount', function() { const self = this; this.refs.button.root.onclick = function() { - registryUI.taghistory._image = self.opts.image; registryUI.taghistory.go(self.opts.image.name, self.opts.image.tag); }; }); diff --git a/src/tags/tag-history.tag b/src/tags/tag-history.tag index 8765e50..27fd9b4 100644 --- a/src/tags/tag-history.tag +++ b/src/tags/tag-history.tag @@ -26,48 +26,48 @@ along with this program. If not, see .
- +
- + - +