Add custom app name per instance

This commit is contained in:
2025-11-28 11:44:19 +01:00
parent 57f1359c96
commit a289690b6b
5 changed files with 20 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
@using MudBlazor
@using DiunaBI.UI.Shared.Services
@inject AppConfig AppConfig
@inherits LayoutComponentBase
<AuthGuard>
@@ -16,7 +18,7 @@
OnClick="ToggleDrawer"
Class="mud-hidden-md-up"/>
<MudSpacer/>
<MudText Typo="Typo.h6">DiunaBI</MudText>
<MudText Typo="Typo.h6">@AppConfig.AppName</MudText>
</MudAppBar>
<MudDrawer @bind-Open="_drawerOpen"