Skip to content

Commit

Permalink
change sorting order
Browse files Browse the repository at this point in the history
  • Loading branch information
arcan1s committed Jan 17, 2022
1 parent ac0e0ac commit 8a1d99b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/html/bis.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Best in slot</h2>
data-single-select="true"
data-sortable="true"
data-sort-name="nick"
data-sort-order="desc"
data-sort-order="asc"
data-sort-reset="true"
data-toolbar="#toolbar">
<thead class="table-primary">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/html/party.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
data-single-select="true"
data-sortable="true"
data-sort-name="nick"
data-sort-order="desc"
data-sort-order="asc"
data-sort-reset="true"
data-toolbar="#toolbar">
<thead class="table-primary">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/html/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2>Users</h2>
data-single-select="true"
data-sortable="true"
data-sort-name="username"
data-sort-order="desc"
data-sort-order="asc"
data-sort-reset="true"
data-toolbar="#toolbar">
<thead class="table-primary">
Expand Down

0 comments on commit 8a1d99b

Please sign in to comment.