just to push an update at this point...

stable
Bronwen 2020-11-18 11:42:03 -05:00
parent 9f2554056a
commit b1e0cf7ddd
1 changed files with 3 additions and 3 deletions

View File

@ -49,11 +49,11 @@ const app = express();
app.get('/', (req, res) => {
res.end(`
<table>
<table style="width: 100%">
${clients.map(client => `
<tr>
<td>${client.remoteAddress}</td>
<td>${client.remoteIdentity}</td>
<td><pre>${client.remoteAddress}</pre></td>
<td><pre>${client.remoteIdentity}</pre></td>
</tr>
`)}
</table>