mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
misc ui tweaks
This commit is contained in:
@ -214,6 +214,8 @@ namespace WebfrontCore.Controllers
|
||||
|
||||
ViewBag.SearchTerm = clientName;
|
||||
ViewBag.ResultCount = clientsDto.Count;
|
||||
ViewBag.Title = "Search Results";
|
||||
|
||||
return View("Find/Index", clientsDto);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user