543b327d27
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 5s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 9s
Deploy to Production / Build & Deploy to Production (push) Failing after 2m32s
- fix CS0542: rename Users/Assets private members to _users/_assets - fix CS0246: MudDialogInstance -> IMudDialogInstance - fix AppTheme: PaletteLight/PaletteDark, string[] FontFamily, string typography values - fix DataCollectionMonitoring: @(ticker.DataPointCount)개 Korean char parsing - fix SchedulerService: add missing Hangfire namespaces, fix GetJobStatus return type - fix Program.cs: move PostgreSQL setup above Hangfire registration - fix ConfirmDialog: BackdropClick, Canceled spelling for MudBlazor v8 - fix static asset conflict: remove wwwroot/_framework from git tracking - chore: add wwwroot/_framework/ to .gitignore - ci: change DEPLOY_HOST from IP to quant.taxbaik.com domain
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<MudNavMenu>
|
|
<!-- Main Navigation -->
|
|
<MudNavLink Href="/dashboard" Icon="@Icons.Material.Filled.Dashboard" Match="NavLinkMatch.All">
|
|
대시보드
|
|
</MudNavLink>
|
|
|
|
<!-- Admin Section -->
|
|
<MudNavGroup Title="관리" Icon="@Icons.Material.Filled.AdminPanelSettings">
|
|
<MudNavLink Href="/users" Icon="@Icons.Material.Filled.People">사용자 관리</MudNavLink>
|
|
<MudNavLink Href="/monitoring" Icon="@Icons.Material.Filled.Timeline">데이터 수집</MudNavLink>
|
|
<MudNavLink Href="/settings" Icon="@Icons.Material.Filled.Settings">설정</MudNavLink>
|
|
</MudNavGroup>
|
|
|
|
<!-- Operations -->
|
|
<MudNavLink Href="/operations" Icon="@Icons.Material.Filled.PlaylistPlay" Match="NavLinkMatch.Prefix">
|
|
운영
|
|
</MudNavLink>
|
|
|
|
<!-- Divider -->
|
|
<MudDivider Class="my-2" />
|
|
|
|
<!-- Help Section -->
|
|
<MudNavGroup Title="도움말" Icon="@Icons.Material.Filled.Help">
|
|
<MudNavLink Href="/documentation" Icon="@Icons.Material.Filled.Article">문서</MudNavLink>
|
|
<MudNavLink Href="/api" Icon="@Icons.Material.Filled.Code">API</MudNavLink>
|
|
</MudNavGroup>
|
|
</MudNavMenu>
|