diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx index 2f66bb16ba3..105c8002bcd 100644 --- a/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx +++ b/server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx @@ -21,8 +21,8 @@ import * as React from 'react'; import * as classNames from 'classnames'; import { map } from 'lodash'; import HealthItem from './HealthItem'; -import OpenCloseIcon from '../../../../components/icons-components/OpenCloseIcon'; import Section from './Section'; +import OpenCloseIcon from '../../../../components/icons-components/OpenCloseIcon'; import { HealthType, SysValueObject } from '../../../../api/system'; import { LOGS_LEVELS, groupSections, getLogsLevel } from '../../utils'; import { translate } from '../../../../helpers/l10n'; |