pgAdmin 4 commit: Disable the menu to create database and tablespace, i - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Disable the menu to create database and tablespace, i
Date
Msg-id E1agmYe-0006U3-RV@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Disable the menu to create database and tablespace, if:
* Database server is not connected.
* Do not have adequate permission to create.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=611c9c4ae7f64cf39717c4031776853923fd2dbb

Modified Files
--------------
.../servers/databases/templates/databases/js/databases.js | 15 ++++++++++++---
.../tablespaces/templates/tablespaces/js/tablespaces.js   | 15 ++++++++++++---
2 files changed, 24 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all
Next
From: Harshal Dhumal
Date:
Subject: Re: Control for selecting multiple columns [pgadmin4]