-
+
Note: This badge contains a token so the badge can be seen by external users. The token does not grant any other access and is safe to share!
diff --git a/static/js/directives/repo-view/repo-panel-settings.js b/static/js/directives/repo-view/repo-panel-settings.js
index d3edf91aa..bcf6a8b2f 100644
--- a/static/js/directives/repo-view/repo-panel-settings.js
+++ b/static/js/directives/repo-view/repo-panel-settings.js
@@ -12,7 +12,8 @@ angular.module('quay').directive('repoPanelSettings', function () {
'repository': '=repository',
'isEnabled': '=isEnabled'
},
- controller: function($scope, $element, ApiService, Config) {
+ controller: function($scope, $element, ApiService, Config, Features) {
+ $scope.Features = Features;
$scope.deleteDialogCounter = 0;
var getTitle = function(repo) {
diff --git a/static/partials/super-user.html b/static/partials/super-user.html
index 6b74febd6..ed7ed14d2 100644
--- a/static/partials/super-user.html
+++ b/static/partials/super-user.html
@@ -55,7 +55,8 @@
+ tab-init="loadSuperUserBuildLogs()"
+ quay-show="Features.BUILD_SUPPORT">