8 lines
303 B
Text
8 lines
303 B
Text
- if @project
|
|
= render 'shared/prometheus_configuration_banner', project: @project, integration: integration, header_tag: :h4
|
|
%hr
|
|
|
|
%h4.gl-mb-3
|
|
= s_('PrometheusService|Manual configuration')
|
|
%p
|
|
= s_('PrometheusService|Auto configuration settings are used unless you override their values here.')
|