web front design tweaks and favicon added

This commit is contained in:
RaidMax
2018-02-22 00:06:21 -06:00
parent aab891d14b
commit 20994f693c
23 changed files with 204 additions and 63 deletions

View File

@ -28,7 +28,7 @@ namespace WebfrontCore.ViewComponents
Name = p.Name,
ClientId = p.ClientId
}).ToList(),
ChatHistory = s.ChatHistory
ChatHistory = s.ChatHistory.ToArray()
}).ToList();
return View("_List", serverInfo);
}