debian-mirror-gitlab/app/views/projects/settings/operations/show.html.haml

12 lines
631 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- @content_class = 'limit-container-width' unless fluid_layout
2019-07-07 11:18:12 +05:30
- page_title _('Operations Settings')
- breadcrumb_title _('Operations Settings')
2019-02-15 15:39:39 +05:30
2020-03-13 15:44:24 +05:30
= render 'projects/settings/operations/incidents'
2019-09-04 21:01:54 +05:30
= render 'projects/settings/operations/error_tracking'
2020-04-08 14:13:33 +05:30
= render 'projects/settings/operations/prometheus', service: prometheus_service if Feature.enabled?(:settings_operations_prometheus_service)
2019-07-31 22:56:46 +05:30
= render 'projects/settings/operations/external_dashboard'
2019-12-26 22:10:19 +05:30
= render 'projects/settings/operations/grafana_integration'
2019-02-15 15:39:39 +05:30
= render_if_exists 'projects/settings/operations/tracing'
2020-04-08 14:13:33 +05:30
= render_if_exists 'projects/settings/operations/status_page'