Reversed resolvername list

Anyone knows how to reverse the resolver list in the config/user page, it needs to be displayed in a descending order, the pic shows the ascending order, thanks

Currently the resolver list is not sortable and filterable.

However, you can open an issue and create a pull request.
This could be done similar to the list of the policies.
The list of the policies is not sorted or filtered by the server, but it also happens in the UI — so this could be straigtforward.

See: privacyidea/CONTRIBUTING.md at master · privacyidea/privacyidea · GitHub

Thanks Cornelius, it is just client request to customize the app, not any specific reason…but i fixed it, by default it shows the list from the 0 index, i change the script starting the list from the index -1 and it starts from the end of the array that’s what i was looking for…thanks anyway

Note that your changes will not be update resistent.
https://privacyidea.readthedocs.io/en/latest/faq/customization.html
You are welcome to contribute as mentioned in the link above.