diff --git a/web/src/features/Dashboard/components/AppStatus.tsx b/web/src/features/Dashboard/components/AppStatus.tsx index db38a4f1e1..3b89758aff 100644 --- a/web/src/features/Dashboard/components/AppStatus.tsx +++ b/web/src/features/Dashboard/components/AppStatus.tsx @@ -109,35 +109,6 @@ export default class AppStatus extends Component { > {Utilities.toTitleCase(appStatus)} - {!isEmpty(embeddedClusterState) && ( - <> - - Cluster State: - - - - {Utilities.clusterState(embeddedClusterState)} - - - )} {this.props.hasStatusInformers && ( { Details{" "} )} + {!isEmpty(embeddedClusterState) && ( + <> + + Cluster State: + + + + {Utilities.clusterState(embeddedClusterState)} + + + )}