diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-05-13 16:43:05 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-05-13 16:46:22 +0200 |
commit | a5eaf6e090b00fc1d0813e12b3e33cd2e5e3c792 (patch) | |
tree | fa33a42011ed55f8d7be8fde726eda79e88b4e3c /sonar-scanner-engine/src/main/resources | |
parent | f49762d1f718302495b9b56ad521c7ec78c46c9d (diff) | |
download | sonarqube-a5eaf6e090b00fc1d0813e12b3e33cd2e5e3c792.tar.gz sonarqube-a5eaf6e090b00fc1d0813e12b3e33cd2e5e3c792.zip |
SONAR-6806 Show component key as tooltip to help identify original source file
Diffstat (limited to 'sonar-scanner-engine/src/main/resources')
-rw-r--r-- | sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl index e027da8cb2f..78a82809274 100644 --- a/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl +++ b/sonar-scanner-engine/src/main/resources/org/sonar/batch/scan/report/issuesreport.ftl @@ -293,7 +293,7 @@ <tr class="total"> <th align="left" colspan="2" nowrap> <div class="file_title"> - <img src="issuesreport_files/${resourceReport.getType()}.png" title="Resource icon"/> + <img src="issuesreport_files/${resourceReport.getType()}.png" title="${resourceReport.getKey()}"/> <a href="#" onclick="$('.resource-details-${resourceReport_index?c}').toggleClass('masked'); return false;" style="color: black">${resourceReport.getName()}</a> </div> </th> |