pgAdmin 4 commit: 1) Added ProjectSet icon for explain module. Fixes #2 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Added ProjectSet icon for explain module. Fixes #2
Date
Msg-id E1i02C0-0003mZ-S0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Added ProjectSet icon for explain module. Fixes #2706
2) Added Gather Merge, Named Tuple Store Scan and Table Function Scan icon for explain module. Fixes #2828

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bdff046c572796d1fbf47f22c6f70f3507d48b82

Modified Files
--------------
docs/en_US/release_notes.rst                        |  1 +
docs/en_US/release_notes_4_13.rst                   | 21 +++++++++++++++++++++
.../misc/static/explain/img/ex_gather_merge.svg     |  1 +
.../static/explain/img/ex_named_tuplestore_scan.svg |  1 +
.../misc/static/explain/img/ex_projectset.svg       |  1 +
.../misc/static/explain/img/ex_table_func_scan.svg  |  1 +
web/pgadmin/misc/static/explain/js/image_maper.js   | 16 ++++++++++++++++
7 files changed, 42 insertions(+)


pgadmin-hackers by date:

Previous
From: Fahar Abbas
Date:
Subject: Re: pgAdmin4 v4.12 candidate builds
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix Truncate option deselect issue for compound trigg