mirror of https://github.com/CIRCL/lookyloo
Merge pull request #909 from AntoniaBK/patch-1
Fix: DataTable rename to treeHashesTablepull/911/head
commit
b033b49695
|
@ -1,5 +1,5 @@
|
|||
<script type="text/javascript">
|
||||
new DataTable('#identifiersTable', {
|
||||
new DataTable('#treeHashesTable', {
|
||||
columnDefs: [{ width: '20%', targets: 0 },
|
||||
{ width: '40%', targets: 1 },
|
||||
{ width: '40%', targets: 2 }],
|
||||
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
<h5 class="text-center">Click on the hash to see the other captures it's been found in</h5>
|
||||
<table id="identifiersTable" class="table table-striped" style="width:100%">
|
||||
<table id="treeHashesTable" class="table table-striped" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Number of captures</th>
|
||||
|
|
Loading…
Reference in New Issue