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:
authorFilipa Lacerda <filipa@gitlab.com>2018-07-04 20:10:37 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-07-04 20:10:37 +0300
commit116955c4533497e68abbddbace2eae0a07c98569 (patch)
tree8a3d10e7f6ac265d31da47ffe0c69f09c65c2f6b /app/views/projects/environments
parentc0e50fdfc296777871f3cc2d417252f599f5fcfb (diff)
parent01248876d2a74e3a5eee5a55908c687da3b9600e (diff)
Merge branch '45739-add-metrics-to-operations-tab' into 'master'
Resolve "Add Metrics to Operations Tab" Closes #45739 See merge request gitlab-org/gitlab-ce!20025
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/empty.html.haml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/views/projects/environments/empty.html.haml b/app/views/projects/environments/empty.html.haml
new file mode 100644
index 00000000000..1413930ebdb
--- /dev/null
+++ b/app/views/projects/environments/empty.html.haml
@@ -0,0 +1,14 @@
+- page_title _("Metrics")
+
+.row
+ .col-sm-12
+ .svg-content
+ = image_tag 'illustrations/operations_metrics_empty.svg'
+.row.empty-environments
+ .col-sm-12.text-center
+ %h4
+ = s_('Metrics|No deployed environments')
+ .state-description
+ = s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
+ .prepend-top-10
+ = link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'