mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Order by the username #1581
This commit is contained in:
parent
3c1078a332
commit
d6630d9d06
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace Ombi.Controllers
|
||||||
model.Add(await GetUserWithRoles(user));
|
model.Add(await GetUserWithRoles(user));
|
||||||
}
|
}
|
||||||
|
|
||||||
return model;
|
return model.OrderBy(x => x.Username);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue