Hide build-related UI elements when builds are disabled

Fixes https://jira.coreos.com/browse/QUAY-807
This commit is contained in:
Joseph Schorr 2018-01-31 18:09:38 -05:00
parent bc8e8f60e7
commit 1b707660de
5 changed files with 18 additions and 9 deletions

View file

@ -55,7 +55,8 @@
<i class="fa fa-newspaper-o"></i>
</cor-tab>
<cor-tab tab-title="Build Logs" tab-id="super-user-build-logs"
tab-init="loadSuperUserBuildLogs()">
tab-init="loadSuperUserBuildLogs()"
quay-show="Features.BUILD_SUPPORT">
<i class="fa fa-history"></i>
</cor-tab>
</cor-tabs>