Skip to content

Commit 91b11a2

Browse files
fix paging of findings in view_test
1 parent 3df8127 commit 91b11a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dojo/templates/dojo/view_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h4 class="has-filters"> Findings ({{findings.total_count}}) <small>{{ test.id|g
282282
</div>
283283
{% if findings %}
284284
<div class="clearfix">
285-
{% include "dojo/paging_snippet.html" with page=findings prefix=findings page_size=True %}
285+
{% include "dojo/paging_snippet.html" with page=findings prefix='findings' page_size=True %}
286286
</div>
287287

288288
<div class="dropdown hidden" style="padding-bottom: 5px;" id="bulk_edit_menu">
@@ -645,7 +645,7 @@ <h4 class="has-filters"> Findings ({{findings.total_count}}) <small>{{ test.id|g
645645
</div>
646646
{% endif %}
647647
<div class="clearfix">
648-
{% include "dojo/paging_snippet.html" with page=findings prefix=findings page_size=True %}
648+
{% include "dojo/paging_snippet.html" with page=findings prefix='findings' page_size=True %}
649649
</div>
650650

651651
<div class="panel panel-default table-responsive potential-finding">

0 commit comments

Comments
 (0)