]> source.dussan.org Git - sonarqube.git/commit
SONAR-11900 Remove location counter from issues in the code viewer and issue list
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Wed, 10 Apr 2019 13:48:31 +0000 (15:48 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 6 May 2019 09:01:14 +0000 (11:01 +0200)
commit0de67f888cd2cc48e7097caaf1860e4985f751c5
tree96ae9111a35ef487e43a1c3f752e7cfb765ee2d3
parent570316af531be1479cb7fa504c9ba9777babbd03
SONAR-11900 Remove location counter from issues in the code viewer and issue list
13 files changed:
server/sonar-web/src/main/js/apps/issues/components/IssuesSourceViewer.tsx
server/sonar-web/src/main/js/apps/issues/components/ListItem.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerBase.tsx
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerCode.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/Line.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/LineCode.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/LineIssuesList.tsx
server/sonar-web/src/main/js/components/SourceViewer/components/__tests__/__snapshots__/LineIssuesList-test.tsx.snap
server/sonar-web/src/main/js/components/issue/Issue.tsx
server/sonar-web/src/main/js/components/issue/IssueView.tsx
server/sonar-web/src/main/js/components/issue/components/IssueTitleBar.tsx
server/sonar-web/src/main/js/components/issue/components/__tests__/IssueTitleBar-test.tsx
server/sonar-web/src/main/js/components/issue/components/__tests__/__snapshots__/IssueTitleBar-test.tsx.snap