diff --git a/web/src/features/Dashboard/components/AppStatus.tsx b/web/src/features/Dashboard/components/AppStatus.tsx index db38a4f1e1..454133d7fd 100644 --- a/web/src/features/Dashboard/components/AppStatus.tsx +++ b/web/src/features/Dashboard/components/AppStatus.tsx @@ -109,6 +109,15 @@ export default class AppStatus extends Component { > {Utilities.toTitleCase(appStatus)} + {this.props.hasStatusInformers && ( + + {" "} + Details{" "} + + )} {!isEmpty(embeddedClusterState) && ( <> @@ -138,15 +147,6 @@ export default class AppStatus extends Component { )} - {this.props.hasStatusInformers && ( - - {" "} - Details{" "} - - )}