|
@@ -236,7 +236,7 @@ export default class Main extends Component<PropsType, StateType> {
|
|
|
}}
|
|
}}
|
|
|
/>
|
|
/>
|
|
|
<Route
|
|
<Route
|
|
|
- path={`/:status/:projectId?/:clusterId?`}
|
|
|
|
|
|
|
+ path={`/status/:projectId?/:clusterId?`}
|
|
|
render={() => {
|
|
render={() => {
|
|
|
if (!this.state.isLoggedIn) {
|
|
if (!this.state.isLoggedIn) {
|
|
|
return <Redirect to="/login" />;
|
|
return <Redirect to="/login" />;
|