gitlab-org--gitlab-foss/app/views/projects/services/prometheus/_help.html.haml

10 lines
335 B
Plaintext

- if @project
= render 'projects/services/prometheus/configuration_banner', project: @project, service: @service
%h4.append-bottom-default
= s_('PrometheusService|Manual configuration')
- unless @service.editable?
.info-well
= s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')