mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-05-05 10:17:01 +00:00
Update index.html
This commit is contained in:
parent
5500565a72
commit
434ed65d3e
@ -245,6 +245,7 @@
|
||||
<th>RespBodyB</th>
|
||||
<th>Result</th>
|
||||
<th>Reason</th>
|
||||
<th>Confidence</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="dataTable">
|
||||
@ -290,6 +291,7 @@
|
||||
<td>${item.respBodyB}</td>
|
||||
<td>${item.result}</td>
|
||||
<td>${item.reason}</td>
|
||||
<td>${item.confidence}</td>
|
||||
`;
|
||||
tableBody.appendChild(row);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user