the raid roles now have a fixed order
This commit is contained in:
parent
9246e1ab78
commit
2e92bdee5f
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@
|
|||
<div>
|
||||
<table class="table">
|
||||
<tbody>
|
||||
@foreach (var role in _template.Roles)
|
||||
@foreach (var role in _template.Roles.OrderBy(r => r.PlannedRaidRoleId))
|
||||
{
|
||||
<tr>
|
||||
<td><h5>@role.Name: @role.Description (@role.Spots)</h5></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue