fix(dgsi/user_list): Sort the users
This commit is contained in:
parent
8187c13db6
commit
61e8398fb4
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ class CreateKanidmAccountView(StaffRequiredMixin, SuccessMessageMixin, FormView)
|
|||
|
||||
class UserListView(StaffRequiredMixin, ListView):
|
||||
model = User
|
||||
ordering = ["username"]
|
||||
|
||||
|
||||
class AssignVlanView(StaffRequiredMixin, HtmxPostObjectMixin, View):
|
||||
|
|
Loading…
Add table
Reference in a new issue