Thread: pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope

pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope

From
Ashesh Vashi
Date:
Adding the SQL tab for the nodes, with 'hasSQL' property set to true, in
create/edit mode. It will fetch the modified sql using the 'msql' url
specific to that node.

Also, modified by Ashesh before committing it.
i.e. Added code comments, cleanup code for the control, etc.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d56ddb9fa4ad0976333763369726de522f24cfb4
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |   4 +-
web/pgadmin/browser/templates/browser/js/node.js   |   2 +-
web/pgadmin/static/js/backform.pgadmin.js          | 163 ++++++++++++++++++---
3 files changed, 146 insertions(+), 23 deletions(-)