1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

add game name to dropdown list on web console

This commit is contained in:
RaidMax
2022-12-22 19:37:56 -06:00
parent 6206088492
commit 9bd467c6c7
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"];