diff --git a/frontend/src/components/App.tsx b/frontend/src/components/App.tsx index 6b8a614868..752ee4bcff 100644 --- a/frontend/src/components/App.tsx +++ b/frontend/src/components/App.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Switch, Route, + Redirect, } from 'react-router-dom'; import './App.scss'; import BrokersContainer from './Brokers/BrokersContainer'; @@ -33,11 +34,13 @@ const App: React.FC = ({ {isClusterListFetched ? ( - - Dashboard + + + + ) : ( diff --git a/frontend/src/components/Nav/ClusterMenu.tsx b/frontend/src/components/Nav/ClusterMenu.tsx index 1c533f5f7f..886069127d 100644 --- a/frontend/src/components/Nav/ClusterMenu.tsx +++ b/frontend/src/components/Nav/ClusterMenu.tsx @@ -26,7 +26,7 @@ const ClusterMenu: React.FC = ({ }) => (
  • - + {defaultCluster && } {name}