jusrhee 5 лет назад
Родитель
Сommit
af698ab5ed
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dashboard/src/main/home/cluster-dashboard/ClusterDashboard.tsx

+ 1 - 0
dashboard/src/main/home/cluster-dashboard/ClusterDashboard.tsx

@@ -30,6 +30,7 @@ type StateType = {
   isMetricsInstalled: boolean;
 };
 
+// TODO: add advanced routing (by project, cluster, namespace, and expanded object)
 class ClusterDashboard extends Component<PropsType, StateType> {
   state = {
     namespace: "default",