From 3292e4c1b117dba97b240fbaaba0dd255c326a2c Mon Sep 17 00:00:00 2001 From: Jose Vargas Date: Tue, 12 Mar 2019 17:05:18 -0600 Subject: Add custom range time windows to the performance dashboard This is adds the possibility to do custom time ranges inside the time window dropdown --- .../monitoring/components/dashboard.vue | 62 ++++++++++++++++++---- app/assets/stylesheets/pages/environments.scss | 15 ++++-- 2 files changed, 65 insertions(+), 12 deletions(-) diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue index 04ac73c1d8d..7faaf18a660 100644 --- a/app/assets/javascripts/monitoring/components/dashboard.vue +++ b/app/assets/javascripts/monitoring/components/dashboard.vue @@ -1,5 +1,5 @@