Commit 72d6750e authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'btn-confirm-projects-services' into 'master'

Move from btn-success to btn-confirm in projects/services directory

See merge request gitlab-org/gitlab!56937
parents e867f44e 6534834e
...@@ -278,10 +278,6 @@ ...@@ -278,10 +278,6 @@
.card-header { .card-header {
display: flex; display: flex;
align-items: center; align-items: center;
> .btn-success {
margin-left: auto;
}
} }
.custom-metric { .custom-metric {
......
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
.col-sm-10 .col-sm-10
%p.gl-mt-3 %p.gl-mt-3
= s_('PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments.') = s_('PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments.')
= link_to s_('PrometheusService|Install Prometheus on clusters'), project_clusters_path(project), class: 'btn gl-button btn-success' = link_to s_('PrometheusService|Install Prometheus on clusters'), project_clusters_path(project), class: 'btn gl-button btn-confirm'
%hr %hr
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
-# haml-lint:disable NoPlainNodes -# haml-lint:disable NoPlainNodes
%span.badge.badge-pill.js-custom-monitored-count 0 %span.badge.badge-pill.js-custom-monitored-count 0
-# haml-lint:enable NoPlainNodes -# haml-lint:enable NoPlainNodes
= link_to s_('PrometheusService|New metric'), new_project_prometheus_metric_path(project), class: 'btn gl-button btn-success js-new-metric-button hidden', data: { qa_selector: 'new_metric_button' } = link_to s_('PrometheusService|New metric'), new_project_prometheus_metric_path(project), class: 'btn gl-button btn-confirm gl-ml-auto js-new-metric-button hidden', data: { qa_selector: 'new_metric_button' }
.card-body .card-body
.flash-container.hidden .flash-container.hidden
.flash-warning .flash-warning
......
---
title: Move from btn-success to btn-confirm in projects/services directory
merge_request: 56937
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment