Skip to content

Commit ee276ef

Browse files
view_finding: show unique_id_from_tool with hash_code
1 parent 80236f6 commit ee276ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dojo/templates/dojo/view_finding.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h3 class="pull-left finding-title">
285285
</tr>
286286
<tr>
287287
{% block header_body %}
288-
<td title="hash_code: {{ finding.hash_code }}">{{ finding.id }}</td>
288+
<td title="unique_id_from_tool: {{ finding.unique_id_from_tool }}, hash_code: {{ finding.hash_code }}"">{{ finding.id }}</td>
289289
<td>
290290
<span class="label severity severity-{{ finding.severity }}">
291291
{% if finding.severity %}
@@ -1209,7 +1209,7 @@ <h4>Credential
12091209
var i = $($(this).find('i').get(0));
12101210
i.toggleClass('glyphicon-chevron-up').toggleClass('glyphicon-chevron-down');
12111211
})
1212-
1212+
12131213
// Configure tooltips for CVSS vectors - try multiple approaches
12141214
$(document).on('shown.bs.tooltip shown.bs.popover', function() {
12151215
$('.tooltip-inner, .popover-content').css({
@@ -1221,7 +1221,7 @@ <h4>Credential
12211221
'max-width': '1200px !important'
12221222
});
12231223
});
1224-
1224+
12251225
// Force tooltip configuration
12261226
$('.has-popover').each(function() {
12271227
$(this).on('mouseenter', function() {

0 commit comments

Comments
 (0)