pgAdmin 4 commit: Allow connections to be coloured in the treeviewand - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow connections to be coloured in the treeviewand
Date
Msg-id E1eHBP3-0004NJ-VP@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Fix for issue RM2760
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to choose background colour for server