add sorting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user