IW4M-Admin/Webfront/Views/Home/_Server.cshtml
2018-02-21 19:29:23 -06:00

12 lines
235 B
Plaintext

@model SharedLibrary.Dtos.ServerInfo
<table class="table">
<thead class="bg-primary">
<tr>
<th>ServerName</th>
<th>MapName</th>
<th>Players</th>
</tr>
</thead>
</table>