]> source.dussan.org Git - sonarqube.git/commit
SONAR-10347 Create a BoxedGroupAccordion component and use it in system page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 8 Feb 2018 14:38:53 +0000 (15:38 +0100)
committerGuillaume Jambet <guillaume.jambet@gmail.com>
Thu, 1 Mar 2018 14:21:05 +0000 (15:21 +0100)
commit87ca6669cd77f57d0621c70e53adaa42350ff128
tree108e601f1433330f81c319653b84cd9088d12773
parentf44552d26beabb3a99e0483c575bc486a72ef8eb
SONAR-10347 Create a BoxedGroupAccordion component and use it in system page
13 files changed:
server/sonar-qa-util/src/main/java/org/sonarqube/qa/util/pageobjects/SystemInfoPage.java
server/sonar-web/src/main/js/app/styles/components/boxed-group.css
server/sonar-web/src/main/js/apps/system/components/ClusterSysInfos.tsx
server/sonar-web/src/main/js/apps/system/components/StandaloneSysInfos.tsx
server/sonar-web/src/main/js/apps/system/components/__tests__/__snapshots__/ClusterSysInfos-test.tsx.snap
server/sonar-web/src/main/js/apps/system/components/__tests__/__snapshots__/StandaloneSysInfos-test.tsx.snap
server/sonar-web/src/main/js/apps/system/components/info-items/HealthCard.tsx
server/sonar-web/src/main/js/apps/system/components/info-items/__tests__/HealthCard-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/styles.css
server/sonar-web/src/main/js/components/controls/BoxedGroupAccordion.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/controls/__tests__/BoxedGroupAccordion-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/controls/__tests__/__snapshots__/BoxedGroupAccordion-test.tsx.snap [new file with mode: 0644]