debian-mirror-gitlab/app/views/shared/integrations/prometheus/_help.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
303 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
- if @project
2022-06-21 17:19:12 +05:30
= render 'shared/prometheus_configuration_banner', project: @project, integration: integration, header_tag: :h4
%hr
2018-03-17 18:26:18 +05:30
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
2021-04-17 20:07:23 +05:30
= s_('PrometheusService|Auto configuration settings are used unless you override their values here.')