Add custom app name per instance
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user