Added table headings and darkmode fix

This commit is contained in:
Peter
2025-04-11 21:56:46 +02:00
parent 23367b6dea
commit ce9260ede6
2 changed files with 18 additions and 9 deletions
@@ -4,6 +4,13 @@
<ng-container *ngIf="history.length > 0">
<table>
<tr>
<th>Player</th>
<th>Banned By</th>
<th>Reason</th>
<th>Date</th>
<th>Expires</th>
</tr>
<tr *ngFor="let entry of history">
<td>{{ entry.username }}</td>
<td>{{ entry.punishedBy }}</td>