2018-03-17 18:26:18 +05:30
|
|
|
- if @project
|
|
|
|
= render 'projects/services/prometheus/configuration_banner', project: @project, service: @service
|
|
|
|
|
|
|
|
%h4.append-bottom-default
|
|
|
|
= s_('PrometheusService|Manual configuration')
|
|
|
|
|
|
|
|
- unless @service.editable?
|
2018-11-08 19:23:39 +05:30
|
|
|
.info-well
|
2018-03-17 18:26:18 +05:30
|
|
|
= s_('PrometheusService|To enable manual configuration, uninstall Prometheus from your clusters')
|