diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx b/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx index cb3000dea32..54c70b1999c 100644 --- a/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx @@ -21,8 +21,8 @@ import * as React from 'react'; import { sortBy } from 'lodash'; import HealthCard from './info-items/HealthCard'; import { translate } from '../../../helpers/l10n'; +import { ClusterSysInfo } from '../../../api/system'; import { - ClusterSysInfo, getAppNodes, getHealth, getHealthCauses, |