add server game group collapse to advanced stats

This commit is contained in:
RaidMax
2023-04-07 21:38:41 -05:00
parent 388434133b
commit d0911b7b8a
2 changed files with 4 additions and 2 deletions

View File

@ -385,7 +385,9 @@
IsLink = true,
Reference = Url.Action("Advanced", "ClientStatistics", new { serverId = server.Endpoint }),
Title = server.Name.StripColors(),
IsActive = Model.ServerEndpoint == server.Endpoint
IsActive = Model.ServerEndpoint == server.Endpoint,
IsCollapse = true,
Meta = server.Game.ToString()
}).Prepend(new SideContextMenuItem
{
IsLink = true,