reworked boon management for guild wars 2 builds
This commit is contained in:
parent
4a95958658
commit
3d7d409646
3 changed files with 31 additions and 17 deletions
|
@ -70,10 +70,10 @@
|
|||
<td>@build.BuildName</td>
|
||||
<td>@build.Class.ToString()</td>
|
||||
<td>@build.EliteSpecialization.ToString()</td>
|
||||
<td><input type="checkbox" checked="@(build.Might > 0)" disabled="true" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Heal > 0)" disabled="true" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Quickness > 0)" disabled="true" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Alacrity > 0)" disabled="true" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Might > 0)" disabled="disabled" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Heal > 0)" disabled="disabled" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Quickness > 0)" disabled="disabled" /></td>
|
||||
<td><input type="checkbox" checked="@(build.Alacrity > 0)" disabled="disabled" /></td>
|
||||
</tr>
|
||||
}
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue