Просмотр исходного кода

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

Jose Diaz-Gonzalez 2 лет назад
Родитель
Сommit
95ffca0f4d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/main/home/app-dashboard/expanded-app/metrics/MetricsChart.tsx

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

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