We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657b59c commit dd33f50Copy full SHA for dd33f50
dojo/templates/dojo/view_finding.html
@@ -556,6 +556,9 @@ <h3 class="pull-left finding-title">
556
{% if finding.component_version %}
557
<th>Component Version</th>
558
{% endif %}
559
+ {% if finding.fix_available %}
560
+ <th>Fix Available</th>
561
+ {% endif %}
562
{% if finding.fix_version %}
563
<th>Fixed Version</th>
564
@@ -618,6 +621,13 @@ <h3 class="pull-left finding-title">
618
621
</span>
619
622
</td>
620
623
624
625
+ <td>
626
+ <span>
627
+ {{ finding.fix_available }}
628
+ </span>
629
+ </td>
630
631
632
<td>
633
<span>
0 commit comments