debian-mirror-gitlab/app/views/projects/services/prometheus/_help.html.haml

8 lines
344 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
- if @project
= render 'projects/services/prometheus/configuration_banner', project: @project, service: @service
2020-07-28 23:09:34 +05:30
%h4.gl-mb-3
2018-03-17 18:26:18 +05:30
= s_('PrometheusService|Manual configuration')
2020-04-22 19:07:51 +05:30
%p
= s_('PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used.')