31d305b66a
- add grouped platform admin hub pages, view models, and shared card UI\n- simplify the super admin nav and dashboard quick links around the new hubs\n- fix the AiQuoteService EstimatedMinutes assignment so the infrastructure project builds cleanly
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
@using PowderCoating.Web.ViewModels.PlatformAdmin
|
|
@model PlatformAdminHubViewModel
|
|
|
|
@{
|
|
ViewData["Title"] = Model.Title;
|
|
ViewData["PageIcon"] = Model.PageIcon;
|
|
}
|
|
|
|
@await Html.PartialAsync("_HubCardGrid", Model)
|