Move tag history to its own top-level tab

This commit is contained in:
Joseph Schorr 2017-03-03 13:25:06 -05:00
parent 4f567c0654
commit 91c7396057
2 changed files with 21 additions and 1 deletions

View file

@ -47,6 +47,11 @@
<i class="fa fa-tags"></i>
</span>
<span class="cor-tab" tab-title="Tag History" tab-target="#history" id="tagHistoryTab"
tab-init="showHistory()">
<i class="fa fa-history"></i>
</span>
<span class="cor-tab" tab-title="Builds" tab-target="#builds" id="buildsTab"
tab-init="showBuilds()"
quay-show="viewScope.repository.can_write && Features.BUILD_SUPPORT">
@ -84,6 +89,15 @@
is-enabled="tagsShown"></div>
</div>
<!-- Tag History -->
<div id="history" class="tab-pane">
<h3 class="tab-header">Tag History</h3>
<div class="repo-tag-history"
repository="viewScope.repository"
filter="viewScope.historyFilter"
is-enabled="historyShown"></div>
</div>
<!-- Builds -->
<div id="builds" class="tab-pane">
<div class="repo-panel-builds"