Penalty Nachricht im Admin form, abgelaufen für Timebans in tabelle werden Farblich dargestellt

This commit is contained in:
PxlLoewe
2025-07-29 15:54:09 -07:00
parent 99c3024d85
commit 266ff87fd8
7 changed files with 32 additions and 19 deletions

View File

@@ -10,6 +10,12 @@ export default function ReportPage() {
CreatedUser: true,
Report: true,
}}
initialOrderBy={[
{
id: "timestamp",
desc: true,
},
]}
columns={penaltyColumns}
/>
);