summaryrefslogtreecommitdiff
path: root/app/views/projects/prometheus/metrics/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/prometheus/metrics/edit.html.haml')
-rw-r--r--app/views/projects/prometheus/metrics/edit.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/prometheus/metrics/edit.html.haml b/app/views/projects/prometheus/metrics/edit.html.haml
new file mode 100644
index 00000000000..15a9c922ca6
--- /dev/null
+++ b/app/views/projects/prometheus/metrics/edit.html.haml
@@ -0,0 +1,6 @@
+- add_to_breadcrumbs _("Settings"), edit_project_path(@project)
+- add_to_breadcrumbs _("Integrations"), project_settings_integrations_path(@project)
+- add_to_breadcrumbs "Prometheus", edit_project_service_path(@project, PrometheusService)
+- breadcrumb_title s_('Metrics|Edit metric')
+- page_title @metric.title, s_('Metrics|Edit metric')
+= render 'form', project: @project, metric: @metric