From b3feb2c2aed8cd27f69613985ad7ddcab2cb1e6c Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Fri, 26 Mar 2021 16:46:29 -0400 Subject: [PATCH] Add 16w and 26w time range steps (#8656) * Added 16w and 26w time range steps Signed-off-by: Levi Harrison * Fixed indentation Signed-off-by: Levi Harrison --- web/ui/react-app/src/pages/graph/GraphControls.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/ui/react-app/src/pages/graph/GraphControls.tsx b/web/ui/react-app/src/pages/graph/GraphControls.tsx index 19c48ce1ff..d8544bc049 100644 --- a/web/ui/react-app/src/pages/graph/GraphControls.tsx +++ b/web/ui/react-app/src/pages/graph/GraphControls.tsx @@ -41,6 +41,8 @@ class GraphControls extends Component { 14 * 24 * 60 * 60, 28 * 24 * 60 * 60, 56 * 24 * 60 * 60, + 112 * 24 * 60 * 60, + 182 * 24 * 60 * 60, 365 * 24 * 60 * 60, 730 * 24 * 60 * 60, ].map(s => s * 1000);