set team properly/tint scoreboard background for team

This commit is contained in:
RaidMax
2022-03-25 13:16:41 -05:00
parent 557cc1614f
commit 724992ef33
6 changed files with 15 additions and 3 deletions

View File

@ -38,7 +38,7 @@
</tr>
@foreach (var client in Model.ShouldOrderDescending ? Model.ClientInfo.OrderByDescending(OrderByFunc) : Model.ClientInfo.OrderBy(OrderByFunc))
{
<tr>
<tr class="team-@client.Team.ToString().ToLower()-bg">
<td>
<a asp-controller="Client" asp-action="ProfileAsync" asp-route-id="@client.ClientId">
<color-code value="@client.ClientName"></color-code>