the raid roles now have a fixed order

This commit is contained in:
t.ruspekhofer 2022-03-13 18:11:15 +01:00
parent 9246e1ab78
commit 2e92bdee5f
4 changed files with 4 additions and 4 deletions

View file

@ -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>