From 0b5c574841c183b7079a5a16edc7d6a42782e44c Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Fri, 25 Jan 2019 14:58:28 -0500 Subject: [PATCH] Refresh metrics when changing selected overview project --- frontend/public/components/overview/index.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/public/components/overview/index.tsx b/frontend/public/components/overview/index.tsx index 763ef7e17e0..17b79e748a7 100644 --- a/frontend/public/components/overview/index.tsx +++ b/frontend/public/components/overview/index.tsx @@ -466,7 +466,7 @@ class OverviewMainContent_ extends React.Component { if (!prometheusBasePath) { // Component is not mounted or proxy has not been set up. return;