1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

Add grouping for servers on top stats, live radar, and scoreboard

This commit is contained in:
RaidMax
2023-04-07 16:23:24 -05:00
parent d45ba6434f
commit 11f97d951c
10 changed files with 77 additions and 29 deletions

View File

@ -27,7 +27,9 @@
IsLink = true,
Reference = Url.Action("TopPlayers", "Stats", new { serverId = server.Endpoint }),
Title = server.Name.StripColors(),
IsActive = ViewBag.SelectedServerId == server.Endpoint
IsActive = ViewBag.SelectedServerId == server.Endpoint,
Meta = server.Game.ToString(),
IsCollapse = true
}).Prepend(new SideContextMenuItem
{
IsLink = true,