pgAdmin 4 commit: Add support for Resource Groups in EDB Advanced Serve - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add support for Resource Groups in EDB Advanced Serve
Date
Msg-id E1aXo5n-0006DZ-Mf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add support for Resource Groups in EDB Advanced Server 9.4+.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dafd2f33234ff5a59f9f5b1c23bcfc81f01f659f
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../servers/resource_groups/__init__.py            | 565 +++++++++++++++++++++
.../static/img/coll-resource_group.png             | Bin 0 -> 1173 bytes
.../resource_groups/static/img/resource_group.png  | Bin 0 -> 966 bytes
.../resource_groups/js/resource_groups.js          | 143 ++++++
.../templates/resource_groups/sql/create.sql       |  10 +
.../templates/resource_groups/sql/delete.sql       |   8 +
.../templates/resource_groups/sql/getoid.sql       |   4 +
.../templates/resource_groups/sql/properties.sql   |   6 +
.../templates/resource_groups/sql/update.sql       |   9 +
web/pgadmin/browser/templates/browser/js/node.js   |   3 +
10 files changed, 748 insertions(+)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved a typo in Server Module related to assigning
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4] [Patch]: Language Module