diff --git a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml index 261bbadba..bbf449302 100644 --- a/WebfrontCore/Views/Client/Statistics/Advanced.cshtml +++ b/WebfrontCore/Views/Client/Statistics/Advanced.cshtml @@ -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, diff --git a/WebfrontCore/Views/Shared/_SideContextMenu.cshtml b/WebfrontCore/Views/Shared/_SideContextMenu.cshtml index a7c23ba3e..cedb838bd 100644 --- a/WebfrontCore/Views/Shared/_SideContextMenu.cshtml +++ b/WebfrontCore/Views/Shared/_SideContextMenu.cshtml @@ -25,7 +25,7 @@ @foreach (var group in groupedItems) { -
+
@ViewBag.Localization[$"GAME_{group.Key}"]