pgAdmin 4 commit: Allow connections to be coloured in the treeview and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow connections to be coloured in the treeview and
Date: 2017-11-21 16:28:05
Message-ID: E1eHBP3-0004NJ-VP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow connections to be coloured in the treeview and query tool. Fixes #1383. Fixes #2802

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b284572afee33196aa4b41adaf33a399e985b4b7
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/server_general.png | Bin 39091 -> 105252 bytes
docs/en_US/server_dialog.rst | 2 +
libraries.txt | 1 +
web/migrations/versions/02b9dccdcfcb_.py | 35 ++++++++
web/package.json | 1 +
.../browser/server_groups/servers/__init__.py | 67 ++++++++++----
.../server_groups/servers/static/js/server.js | 24 +++++
web/pgadmin/browser/static/js/browser.js | 10 ++-
web/pgadmin/browser/static/js/node.js | 44 ++++++++++
web/pgadmin/model/__init__.py | 2 +
web/pgadmin/static/css/aci_tree.overrides.css | 12 +++
web/pgadmin/static/css/bootstrap.overrides.css | 63 +++++++++++--
web/pgadmin/static/css/style.css | 1 +
web/pgadmin/static/js/backform.pgadmin.js | 97 ++++++++++++++++++++-
web/pgadmin/tools/datagrid/__init__.py | 23 ++++-
.../tools/datagrid/templates/datagrid/index.html | 2 +-
.../tools/sqleditor/static/css/sqleditor.css | 2 -
web/webpack.shim.js | 5 ++
web/yarn.lock | 4 +
19 files changed, 365 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-21 16:29:06 Re: [pgAdmin4][Patch]: Allow user to choose background colour for server
Previous Message Dave Page 2017-11-21 15:59:53 Re: Fix for issue RM2760