Stabilize admin rendering and deploy auth
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s

This commit is contained in:
2026-07-09 15:21:13 +09:00
parent f7813450d7
commit c5e6e4ba57
48 changed files with 474 additions and 87 deletions
@@ -2,6 +2,15 @@
@model TaxBaik.Web.Pages.Admin.RevenueTrackings.IndexModel
@{ ViewData["Title"] = "매출 추적"; }
<section class="admin-page-shell">
<partial name="_AdminPageHeader" model='("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null)' />
<partial name="_ComingSoon" model="매출 추적" />
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("세무 운영", "매출 추적", "월별 매출 추이를 확인하는 분석 화면입니다.", null, null))
@await Html.PartialAsync("_ComingSoon", "매출 추적")
</section>