7 lines
344 B
Text
7 lines
344 B
Text
- if @project
|
|
= render 'projects/services/prometheus/configuration_banner', project: @project, service: @service
|
|
|
|
%h4.gl-mb-3
|
|
= s_('PrometheusService|Manual configuration')
|
|
%p
|
|
= s_('PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used.')
|