mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update index.html
This commit is contained in:
parent
ea92da2d65
commit
e503912ebf
@ -239,8 +239,8 @@
|
||||
<thead class="thead-light">
|
||||
<tr>
|
||||
<th>Method</th>
|
||||
<th>Host</th>
|
||||
<th>Path</th>
|
||||
<th>URL</th>
|
||||
<th>reqbody</th>
|
||||
<th>RespBodyA</th>
|
||||
<th>RespBodyB</th>
|
||||
<th>Result</th>
|
||||
@ -284,8 +284,8 @@
|
||||
const row = document.createElement('tr');
|
||||
row.innerHTML = `
|
||||
<td>${item.method}</td>
|
||||
<td class="ellipsis" data-full-text="${item.host}">${item.host}</td>
|
||||
<td>${item.path}</td>
|
||||
<td class="ellipsis" data-full-text="${item.url}">${item.url}</td>
|
||||
<td>${item.reqbody}</td>
|
||||
<td>${item.respBodyA}</td>
|
||||
<td>${item.respBodyB}</td>
|
||||
<td>${item.result}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user