Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_help.html.haml « prometheus « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35d655e4b32898381baed44506433fa8d1c41a79 (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?
  .info-well
    = s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')