summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_help.html.haml
blob: 15e7362c2baaecc1351293a2360d0aeb7ad98435 (plain)
1
2
3
4
5
6
7
8
9
- if @project
  = render 'projects/services/prometheus/configuration_banner', project: @project, service: @service

%h4.append-bottom-default
  = s_('PrometheusService|Manual configuration')

- unless @service.editable?
  .card
    = s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')