Add the builds tab
This commit is contained in:
parent
347bf31f2d
commit
333e0acd6d
25 changed files with 668 additions and 60 deletions
|
@ -21,7 +21,8 @@
|
|||
<i class="fa fa-tags"></i>
|
||||
</span>
|
||||
|
||||
<span class="cor-tab" tab-title="Builds" tab-target="#builds">
|
||||
<span class="cor-tab" tab-title="Builds" tab-target="#builds"
|
||||
quay-show="viewScope.repository.can_write && Features.BUILD_SUPPORT">
|
||||
<i class="fa fa-tasks"></i>
|
||||
</span>
|
||||
|
||||
|
@ -59,7 +60,9 @@
|
|||
|
||||
<!-- Builds -->
|
||||
<div id="builds" class="tab-pane">
|
||||
builds
|
||||
<div class="repo-panel-builds"
|
||||
repository="viewScope.repository"
|
||||
builds="viewScope.builds"></div>
|
||||
</div>
|
||||
|
||||
<!-- Changes -->
|
||||
|
|
Reference in a new issue