accounts: add indicator of sorted column at top of list

When clicking on a column to sort by it, a button with "Sorting By:
<column>" appears. Clicking it will reset the sort, which defaults for
ascending username.
This commit is contained in:
Harvey Tindall
2023-06-13 12:02:43 +01:00
parent f13c0d78a8
commit bc4015ac50
3 changed files with 43 additions and 14 deletions
+2 -1
View File
@@ -114,7 +114,8 @@
"deleteTemplate": "Delete template",
"templateEnterName": "Enter a name to save this template.",
"accessJFA": "Access jfa-go",
"accessJFASettings": "Cannot be changed as either \"Admin Only\" or \"Allow All\" has been set in Settings > General."
"accessJFASettings": "Cannot be changed as either \"Admin Only\" or \"Allow All\" has been set in Settings > General.",
"sortingBy": "Sorting By"
},
"notifications": {
"changedEmailAddress": "Changed email address of {n}.",