add sorting

This commit is contained in:
2023-06-11 08:00:59 +02:00
parent fcde6281e3
commit c874ecdfa3
3 changed files with 74 additions and 8 deletions

View File

@@ -21,12 +21,12 @@
<table id="table">
<tr>
<th>Nummer</th>
<th>Port</th>
<th>Zustand</th>
<th>Name</th>
<th>Meldung</th>
<th>Letzte Änderung</th>
<th onclick="sort(this, 'number')">Nummer</th>
<th onclick="sort(this, 'port')">Port</th>
<th onclick="sort(this, 'status')">Zustand</th>
<th onclick="sort(this, 'name')">Name</th>
<th onclick="sort(this, 'rejector')">Meldung</th>
<th onclick="sort(this, 'last_change')">Letzte Änderung</th>
</tr>
</table>
</body>