]> source.dussan.org Git - sonarqube.git/commit
SONAR-9802 Apply UI feedback
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 25 Sep 2017 12:38:35 +0000 (14:38 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 26 Sep 2017 21:49:38 +0000 (23:49 +0200)
commit00e284b921a3803b23fd10a74188c40e45e1f39a
tree7218723b1e147e1b7c0fd1f1db79c850bdfe7edf
parent051aa4a1defb22c593d368c26438575c12f0fe7a
SONAR-9802 Apply UI feedback

* Add tooltips on health status

* Replace boolean icons with black check and close icons

* Move log level warning next to the title of the card

* Hide Plugins section

* Retrieve correctly log levels when sections are missing.

* Display State fields as Health status

* Update IT
16 files changed:
server/sonar-web/src/main/js/apps/system/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/HealthItem.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/SysInfoItem.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthItem-test.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/SysInfoItem-test.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/__snapshots__/HealthCard-test.tsx.snap
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/__snapshots__/HealthItem-test.tsx.snap
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/__snapshots__/SysInfoItem-test.tsx.snap
server/sonar-web/src/main/js/apps/system/styles.css
server/sonar-web/src/main/js/apps/system/utils.ts
server/sonar-web/src/main/js/components/icons-components/CheckIcon.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/icons-components/CloseIcon.js [deleted file]
server/sonar-web/src/main/js/components/icons-components/CloseIcon.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/icons-components/icons.js
sonar-core/src/main/resources/org/sonar/l10n/core.properties