Skip to content
Snippets Groups Projects
Commit 6a136be1 authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez Committed by Clement Ho
Browse files

CE backport for the card class changes

parent 03972531
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -127,12 +127,16 @@
color: $gl-danger;
}
 
.service-settings .form-control-label {
padding-top: 0;
.service-settings {
input[type="radio"],
input[type="checkbox"] {
margin-top: 10px;
}
}
 
.integration-settings-form {
.card.card-body {
.card.card-body,
.info-well {
padding: $gl-padding / 2;
box-shadow: none;
}
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
= s_('PrometheusService|Auto configuration')
 
- if service.manual_configuration?
.well
.info-well
= s_('PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below')
- else
.container-fluid
Loading
Loading
Loading
Loading
@@ -5,5 +5,5 @@
= s_('PrometheusService|Manual configuration')
 
- unless @service.editable?
.card
.info-well
= s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')
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