File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,10 @@ <h3 class="has-filters">
399
399
{% trans "Service" %}
400
400
</ th >
401
401
< th scope ="col ">
402
- {% trans "Planned Remediation" %}
402
+ {% trans "Planned Remediation Date" %}
403
+ </ th >
404
+ < th scope ="col ">
405
+ {% trans "Planned Remediation Version" %}
403
406
</ th >
404
407
{% if filter_name != 'Closed' %}
405
408
< th scope ="col ">
@@ -730,6 +733,9 @@ <h3 class="has-filters">
730
733
< td class ="nowrap ">
731
734
{% if finding.planned_remediation_date %}{{ finding.planned_remediation_date }}{% endif %}
732
735
</ td >
736
+ < td class ="nowrap ">
737
+ {% if finding.planned_remediation_version %}{{ finding.planned_remediation_version }}{% endif %}
738
+ </ td >
733
739
{% if filter_name != 'Closed' %}
734
740
< td class ="nowrap ">
735
741
{% if finding.reviewers %}
@@ -828,6 +834,7 @@ <h3 class="has-filters">
828
834
{ % endif % }
829
835
{ "data" : "service" } ,
830
836
{ "data" : "planned_remediation_date" } ,
837
+ { "data" : "planned_remediation_version" } ,
831
838
{ % if filter_name != 'Closed' % }
832
839
{ "data" : "reviewers" } ,
833
840
{ % endif % }
You can’t perform that action at this time.
0 commit comments