Skip to content
Snippets Groups Projects
Commit d3d3767b authored by Mark Fletcher's avatar Mark Fletcher
Browse files

Display GitLab Pages status in Admin Dashboard

parent 03f13af5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,6 +73,12 @@
= container_reg
%span.light.pull-right
= boolean_to_icon Gitlab.config.registry.enabled
- gitlab_pages = 'GitLab Pages'
- gitlab_pages_enabled = Gitlab.config.pages.enabled
%p{ "aria-label" => "#{gitlab_pages}: status " + (gitlab_pages_enabled ? "on" : "off") }
= gitlab_pages
%span.light.pull-right
= boolean_to_icon gitlab_pages_enabled
 
.col-md-4
%h4
Loading
Loading
---
title: Display GitLab Pages status in Admin Dashboard
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment