Sfoglia il codice sorgente

fix: render the chart when we get a list of pods

Jose Diaz-Gonzalez 2 anni fa
parent
commit
95ffca0f4d

+ 1 - 0
dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsChart.tsx

@@ -235,6 +235,7 @@ const MetricsChart: React.FunctionComponent<PropsType> = ({
         selectedPod,
         selectedController,
         selectedIngress,
+        pods,
     ]);
 
     return (