Commit f504f536 authored by Ryan Cobb's avatar Ryan Cobb Committed by Miguel Rincon

Backend changes to allow setting dashboard timezone

parent dc5a1ca7
.js-operation-settings{ data: { operations_settings_endpoint: project_settings_operations_path(@project),
help_page: help_page_path('user/project/integrations/prometheus'),
external_dashboard: { url: metrics_external_dashboard_url,
help_page: help_page_path('user/project/operations/linking_to_an_external_dashboard') },
dashboard_timezone: { setting: metrics_dashboard_timezone.upcase } } }
external_dashboard: { url: metrics_external_dashboard_url},
dashboard_timezone: { setting: metrics_dashboard_timezone.upcase},
help_page: help_page_path('user/project/operations/linking_to_an_external_dashboard'),
} } }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment