Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe-undefined <joe@joejames.io>2016-10-02 16:42:36 +0300
committerthe-undefined <joe@joejames.io>2016-10-03 17:53:59 +0300
commit2a7f82f8e4b0a89653cd21a3a1c34b51f3b4c141 (patch)
tree4a797bc5522c7f41af030a6e918ec9fc5c310043 /app/views/admin/dashboard
parent958815a039af68dc68b333b69b3e9e3f3bc4ee2e (diff)
Add Container Registry on/off status to admin area
Display the on/off icon under the "Features" section of the admin area for the Container Registry. Closes !22805
Diffstat (limited to 'app/views/admin/dashboard')
-rw-r--r--app/views/admin/dashboard/index.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index e6687f43816..90798c47d97 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -63,6 +63,11 @@
Reply by email
%span.light.pull-right
= boolean_to_icon Gitlab::IncomingEmail.enabled?
+ %p
+ Container Registry
+ %span.light.pull-right
+ = boolean_to_icon Gitlab.config.registry.enabled
+
.col-md-4
%h4
Components