add game name to dropdown list on web console

This commit is contained in:
RaidMax
2022-12-22 19:37:56 -06:00
parent d0f72390fb
commit ef5e36b224
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ namespace WebfrontCore.Controllers
{
Name = s.Hostname,
ID = s.EndPoint,
Game = (Data.Models.Reference.Game)s.GameName
});
ViewBag.Description = Localization["WEFBRONT_DESCRIPTION_CONSOLE"];