pgAdmin 4 commit: Disable the menu to create database and tablespace, i

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Disable the menu to create database and tablespace, i
Date: 2016-03-18 05:02:44
Message-ID: E1agmYe-0006U3-RV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-03-18 06:32:22 Re: Control for selecting multiple columns [pgadmin4]
Previous Message Ashesh Vashi 2016-03-18 04:39:47 pgAdmin 4 commit: On Python 2, use urllib2 instead of urllib, which all