summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_help.html.haml
blob: 88acb824ba71b398fcc75013a32da6bbdc858bfe (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?
  .well
    = s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')