Introduced new controls to show the list of a node type (by name and id) as properties of other node. Resolved a typo in privileges control. Removed duplicate lines in backform.pgadmin.js
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb83d57c5a298fc41e2ccf01b5f45be625c27b7a Modified Files -------------- web/pgadmin/browser/__init__.py | 6 + web/pgadmin/browser/collection.py | 3 +- .../server_groups/servers/static/js/privilege.js | 4 +- web/pgadmin/browser/static/css/browser.css | 6 +- web/pgadmin/browser/static/js/node.ui.js | 158 +++++++++++++++++++++ web/pgadmin/browser/templates/browser/css/node.css | 6 + web/pgadmin/browser/templates/browser/js/node.js | 6 +- web/pgadmin/static/js/backform.pgadmin.js | 27 ---- 8 files changed, 183 insertions(+), 33 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
