pgAdmin 4 commit: Honour the node type (if provided) in the menu item,

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Honour the node type (if provided) in the menu item,
Date: 2016-05-24 19:45:24
Message-ID: E1b5IGa-0004wa-M7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Honour the node type (if provided) in the menu item, and disable it on
any other nodes.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/static/js/menu.js | 18 +++++++++++++++---
web/pgadmin/browser/templates/browser/js/browser.js | 3 ++-
2 files changed, 17 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-24 19:46:27 Re: server and database node type check in is_connected check [pgadmin4]
Previous Message Ashesh Vashi 2016-05-24 19:31:26 pgAdmin 4 commit: Defined SwitchDepsCell in the schema javascript modul