I'm new in the pgadmin list. I try to deploy pgadmin4 on my company but I want to manage the connections (server in pgadmin) the users can create. So, I've found the line 84 of pgadmin/dashboard/templates/dashboard/welcome_dashboard.html to disable the link : <a href="#" onclick="pgAdmin.Dashboard.add_new_server()">
pgAdmin saves server list per user.
You may need to keep that in mind.
, but I don't find how to disable the context menu in the right of the dashboard (each try has no impact on the application, perhaps caused by some cache or something like that).
Can someone help me please ? Is there any other way to do what I want ?
I didn't get the idea of stopping users to create servers. If any user has database access (may be limited) then he should be able to create it and manage it as pgAdmin just connects the database with the given details in the server dialog.
It seems like a reasonable request to me - for example, to stop students adding random servers to a shared instance of pgAdmin that they're only supposed to be using for coursework.