Added table headings and darkmode fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user