From c9ede6fe617ce656c13e939d4acca13f3b232007 Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 11 Jun 2020 00:07:08 +0200 Subject: [PATCH] fix(multi-arch): wrong history order when we use multi-arch tabs many times no arch when the landing page is not tag history reorder history elements --- src/style.css | 1 + src/tags/tag-history-button.tag | 1 - src/tags/tag-history.tag | 76 ++++++++++++++++----------------- 3 files changed, 38 insertions(+), 40 deletions(-) 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 .
- +
- + - +