1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

misc ui tweaks

This commit is contained in:
RaidMax
2022-06-16 14:02:44 -05:00
parent 0085bb07fb
commit 6f5db426c1
5 changed files with 8 additions and 62 deletions

View File

@ -214,6 +214,8 @@ namespace WebfrontCore.Controllers
ViewBag.SearchTerm = clientName;
ViewBag.ResultCount = clientsDto.Count;
ViewBag.Title = "Search Results";
return View("Find/Index", clientsDto);
}