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:
@ -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,
|
||||
|
Reference in New Issue
Block a user