Hide build-related UI elements when builds are disabled
Fixes https://jira.coreos.com/browse/QUAY-807
This commit is contained in:
parent
bc8e8f60e7
commit
1b707660de
5 changed files with 18 additions and 9 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue