]> source.dussan.org Git - sonarqube.git/commit
SONAR-11830 Don't show empty cell on projects and applications
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 17 Jun 2019 15:43:47 +0000 (17:43 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:42 +0000 (08:45 +0200)
commite3e4973f25300949c8cf43c4bc40ac33a62ec806
tree3a32fee6d9ea641cd37f0e63b86023d9c799d028
parent4734af329d86349f42343786dac28874d41168c1
SONAR-11830 Don't show empty cell on projects and applications

There are no individual files on applications and portfolios. Hence,
they can never be pinned. Because of this, we can remove the empty cell
at the start of each row.
server/sonar-web/src/main/js/apps/code/components/Component.tsx
server/sonar-web/src/main/js/apps/code/components/Components.tsx
server/sonar-web/src/main/js/apps/code/components/ComponentsEmpty.tsx
server/sonar-web/src/main/js/apps/code/components/ComponentsHeader.tsx
server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/Component-test.tsx.snap
server/sonar-web/src/main/js/apps/code/components/__tests__/__snapshots__/Components-test.tsx.snap