2018-11-08 19:23:39 +05:30
|
|
|
- page_title _("Metrics")
|
|
|
|
|
2018-12-05 23:21:45 +05:30
|
|
|
.row.empty-state
|
2018-11-08 19:23:39 +05:30
|
|
|
.col-sm-12
|
|
|
|
.svg-content
|
|
|
|
= image_tag 'illustrations/operations_metrics_empty.svg'
|
2018-12-05 23:21:45 +05:30
|
|
|
.col-12
|
|
|
|
.text-content
|
|
|
|
%h4.text-center
|
2019-12-26 22:10:19 +05:30
|
|
|
= s_('Environments|No deployed environments')
|
2018-12-05 23:21:45 +05:30
|
|
|
%p.state-description
|
|
|
|
= s_('Metrics|Check out the CI/CD documentation on deploying to an environment')
|
|
|
|
.text-center
|
2021-04-29 21:17:54 +05:30
|
|
|
= link_to s_("Environments|Learn about environments"), help_page_path('ci/environments/index.md'), class: 'gl-button btn btn-confirm'
|