@model IEnumerable
@{ i = 0; } @foreach (var server in Model) {
@await Html.PartialAsync("_Scoreboard", server)
i++; }
@section scripts { }