@model SharedLibraryCore.Dtos.ServerInfo @{ Layout = null; }
@Model.Name @if (ViewBag.Authorized) { }
@Model.Map
@Model.ClientCount/@Model.MaxClients
@if (ViewBag.Authorized) {
}
@await Html.PartialAsync("../Server/_ClientActivity", Model)