Changed Formatting, Added SignedUpUSers.razor to split up RaidRoles.razor
This commit is contained in:
parent
529236e68d
commit
bca069db78
8 changed files with 111 additions and 63 deletions
|
@ -75,8 +75,8 @@
|
|||
}
|
||||
|
||||
<tr>
|
||||
<td><input type="checkbox" checked="@isEquipped" @onchange="args => EquippedStatusChanged(build.GuildWars2BuildId, args)" /></td>
|
||||
<td><input type="checkbox" checked="@canTank" disabled="@(!isEquipped)" @onchange="args => TankingStatusChanged(build.GuildWars2BuildId, args)" /></td>
|
||||
<td class="checkboxfield"><input type="checkbox" checked="@isEquipped" @onchange="args => EquippedStatusChanged(build.GuildWars2BuildId, args)" /></td>
|
||||
<td class="checkboxfield"><input type="checkbox" checked="@canTank" disabled="@(!isEquipped)" @onchange="args => TankingStatusChanged(build.GuildWars2BuildId, args)" /></td>
|
||||
<td>@build.BuildName</td>
|
||||
<td>@build.Class.ToString()</td>
|
||||
<td>@build.EliteSpecialization.ToString()</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue