pgAdmin 4 commit: Allow to change the server-group from the properties

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow to change the server-group from the properties
Date: 2016-04-21 15:43:13
Message-ID: E1atGl7-0000Bf-Pz@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to change the server-group from the properties dialog of the
server. This will allow us to select the server-group of our choice,
when we open the dialog from the welcome dashboard for adding new
server.

Branch
------
dashboards

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d6a5decfada760660de6b97b00e459255d3a4a8

Modified Files
--------------
web/pgadmin/browser/server_groups/__init__.py | 4 ++--
.../browser/server_groups/servers/__init__.py | 22 ++++++++++++++--------
.../servers/templates/servers/servers.js | 14 ++++++++++++++
3 files changed, 30 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-21 19:14:24 pgAdmin 4 commit: Updated the CodeMirror to the latest stable version (
Previous Message Sanket Mehta 2016-04-21 15:08:04 PATCH: Graphincal explain integrated in sql editor