wip on trust lists

pull/34/head
Zlatin Balevsky 2019-12-09 07:47:47 +00:00
parent 662b065116
commit 2a4fae8de4
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ function updateDiv(name, list) {
html += "<td>" + list[i].user + "</td>" html += "<td>" + list[i].user + "</td>"
html += "<td>" + list[i].reason + "</td>" // maybe in <pre> html += "<td>" + list[i].reason + "</td>" // maybe in <pre>
html += "<td>" + list[i].status + "</td>" html += "<td>" + list[i].status + "</td>"
html += "</tr"> html += "</tr>"
} }
document.getElementById(name).innerHTML = html document.getElementById(name).innerHTML = html

View File

@ -30,7 +30,7 @@ String pagetitle="Trust Lists";
<div id="table-wrapper"> <div id="table-wrapper">
<div id="table-scroll"> <div id="table-scroll">
<center><div id="currentList"></div></center> <center><div id="currentList"></div></center>
<thead><tr><th>Trusted</th><th>Distrusted></th></tr></thead> <thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead>
<tbody> <tbody>
<tr> <tr>
<td><div id="trusted"></div></td> <td><div id="trusted"></div></td>