Allow list All findings in single view in html report

This commit is contained in:
Toni de la Fuente
2020-06-25 15:03:45 +02:00
parent facc2a7b30
commit 8686547ebb
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ addHtmlFooter() {
<!-- dataTables-->
<script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>
<script>
\$(document).ready(function(){ \$('#findingsTable').dataTable( { ordering: true } ); });
\$(document).ready(function(){ \$('#findingsTable').dataTable( { "lengthMenu": [ [50, 100, -1], [50, 100, "All"] ], "ordering": true } ); });
</script>
</body>
</html>