Update operations metrics empty state

This commit is contained in:
George Tsiolis 2018-09-27 23:53:01 +03:00
parent 970cdfdd61
commit ef6f2b2823
2 changed files with 14 additions and 9 deletions

View File

@ -1,14 +1,14 @@
- page_title _("Metrics")
.row
.row.empty-state
.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'
.col-12
.text-content
%h4.text-center
= s_('Metrics|No deployed environments')
%p.state-description
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
.text-center
= link_to s_("Metrics|Learn about environments"), help_page_path('ci/environments'), class: 'btn btn-success'

View File

@ -0,0 +1,5 @@
---
title: Update operations metrics empty state
merge_request: 21974
author: George Tsiolis
type: other