New bans page format

- Favor showing banned user's name if available
- Support for MyTSID bans
- Show the ban type alongside it (is it a UID / IP / MyTSID ban?)
- Fixed a bug that caused the banned-ip alerts to not display if user's last name was known
This commit is contained in:
Wruczek
2019-01-09 11:22:36 +01:00
parent 7ac6d34e7b
commit 65ae062a96
4 changed files with 60 additions and 13 deletions

View File

@ -178,6 +178,11 @@ body {
align-items: center;
}
.bans-highlight {
color: #e83e8c;
font-family: var(--font-family-monospace);
}
/* Responsive datatables styles */
table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {