misc ui tweaks

This commit is contained in:
RaidMax
2022-06-16 14:02:44 -05:00
parent 5ab5b73ecf
commit b8e001fcfe
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);
}