Skip to content

Commit dd33f50

Browse files
committed
update
1 parent 657b59c commit dd33f50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dojo/templates/dojo/view_finding.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,9 @@ <h3 class="pull-left finding-title">
556556
{% if finding.component_version %}
557557
<th>Component Version</th>
558558
{% endif %}
559+
{% if finding.fix_available %}
560+
<th>Fix Available</th>
561+
{% endif %}
559562
{% if finding.fix_version %}
560563
<th>Fixed Version</th>
561564
{% endif %}
@@ -618,6 +621,13 @@ <h3 class="pull-left finding-title">
618621
</span>
619622
</td>
620623
{% endif %}
624+
{% if finding.fix_available %}
625+
<td>
626+
<span>
627+
{{ finding.fix_available }}
628+
</span>
629+
</td>
630+
{% endif %}
621631
{% if finding.fix_version %}
622632
<td>
623633
<span>

0 commit comments

Comments
 (0)