From 30d97af3bca4bfd8a2020e9562de8c44e6679f5d Mon Sep 17 00:00:00 2001 From: GitaWei Date: Wed, 29 Oct 2014 18:38:05 -0700 Subject: [PATCH] Added a relative time range Change-Id: I3065e0df30aa1453188f2e389baf1448ddf0e72c --- v2/dash/app/dashboards/Metrics Dashboard | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/dash/app/dashboards/Metrics Dashboard b/v2/dash/app/dashboards/Metrics Dashboard index 69c91aa..15fc6ae 100644 --- a/v2/dash/app/dashboards/Metrics Dashboard +++ b/v2/dash/app/dashboards/Metrics Dashboard @@ -4,8 +4,8 @@ "filter": { "list": [], "time": { - "from": "2014-10-27T17:10:56.791Z", - "to": "2014-10-27T17:15:29.777Z" + "from": "now-1h", + "to": "now" } } }, @@ -950,4 +950,4 @@ "refresh": false, "tags": [], "timezone": "browser" -} \ No newline at end of file +}