]> source.dussan.org Git - sonarqube.git/commit
SONAR-9403 Replace the measures history graph by a link to the project activity page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 7 Jul 2017 10:36:18 +0000 (12:36 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 13 Jul 2017 12:34:17 +0000 (14:34 +0200)
commit41c087b7e17d18b72d01e948c89b0256475e505a
treee30fc62a459350e34288af19ef585c82a10b574a
parentc5cb4a810e192fc2299031ed2fc04b57c522b793
SONAR-9403 Replace the measures history graph by a link to the project activity page
12 files changed:
server/sonar-web/src/main/js/apps/component-measures/components/IconHistory.js [deleted file]
server/sonar-web/src/main/js/apps/component-measures/components/Measure.js
server/sonar-web/src/main/js/apps/component-measures/details/MeasureDetails.js
server/sonar-web/src/main/js/apps/component-measures/details/MeasureDetailsHeader.js
server/sonar-web/src/main/js/apps/component-measures/details/drilldown/Breadcrumb.js
server/sonar-web/src/main/js/apps/component-measures/details/drilldown/MeasureDrilldown.js
server/sonar-web/src/main/js/apps/component-measures/home/MeasureListValue.js
server/sonar-web/src/main/js/apps/component-measures/hooks.js
server/sonar-web/src/main/js/apps/component-measures/styles.css
server/sonar-web/src/main/js/apps/component-measures/utils.js
server/sonar-web/src/main/js/components/icons-components/HistoryIcon.js [new file with mode: 0644]
server/sonar-web/src/main/js/helpers/urls.js