I’d like to try my luck and request the addition of a small feature to the Pritunl VPN web UI: collapsible sections (similar to how it’s implemented in the Pritunl client, where profiles automatically collapse when there are more than a certain number). This would be very useful for managing multiple organizations and servers, as it becomes inconvenient with a large number of them.
I think this could make the user experience even better.
It’s unlikely that will be changed but there are the settings below to control how many items are shown on each page.
sudo pritunl set app.org_page_count 5
sudo pritunl set app.server_page_count 3
sudo pritunl set app.link_page_count 10
sudo pritunl set app.host_page_count 10
sudo pritunl set user.page_count 10
1 Like
Thank you! This will definitely help.