Renamed PlannedRaidRole to RaidRole
This commit is contained in:
parent
7533d5a704
commit
dcdc891925
17 changed files with 65 additions and 46 deletions
|
@ -8,7 +8,7 @@
|
|||
@inject IJSRuntime JsRuntime
|
||||
|
||||
|
||||
<h3>BuildEdit</h3>
|
||||
<h3>Build Edit</h3>
|
||||
|
||||
<AuthorizeView Policy="@Constants.Roles.Admin.Name" Context="authorizationContext">
|
||||
<EditForm Model="@_build" OnValidSubmit="@HandleValidSubmit">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
@inject GuildWars2BuildService GuildWars2BuildService
|
||||
|
||||
|
||||
<h3>BuildOverview</h3>
|
||||
<h3>Build Overview</h3>
|
||||
|
||||
|
||||
<AuthorizeView Policy="@Constants.Roles.Admin.Name">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
@inject AuthenticationStateProvider AuthenticationStateProvider
|
||||
|
||||
|
||||
<h3>RaidLogs</h3>
|
||||
<h3>Raid Logs</h3>
|
||||
|
||||
<select value=@_selectedLogFolder @onchange="args => ChangeShownLogs(args)">
|
||||
@if (_logGroups.Contains(TRAINING))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue