\n
Health Checks
\n
\n \n
\n
\n \n \n \n \n Service Name | \n Status | \n Details | \n
\n \n \n {Object.keys(data).map(\n (configPropKey, configPropIndex) =>\n configPropKey !== 'status' ? (\n \n {configPropKey} | \n \n {data[configPropKey].status}\n | \n \n {data[configPropKey].details ? (\n \n \n \n ) : null}\n | \n
\n ) : null\n )}\n \n
\n \n
\n {this.renderModal()}\n
\n );\n }\n}\n\nconst mapStateToProps = (storeState: IRootState) => ({\n health: storeState.administration.health,\n isFetching: storeState.administration.loading\n});\n\nconst mapDispatchToProps = { systemHealth };\n\ntype StateProps = ReturnType