pgAdmin 4 commit: Removed the readonly mode from the properties panel f - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Removed the readonly mode from the properties panel f
Date
Msg-id E1ZFLBy-0006vB-HH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Removed the readonly mode from the properties panel for any object.
Changed UI as per feedback from Dave

Branch
------
master

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

Modified Files
--------------
.../servers/templates/servers/servers.js           |    5 --
.../templates/server_groups/server_groups.js       |    5 --
web/pgadmin/browser/templates/browser/index.html   |    2 +-
web/pgadmin/browser/templates/browser/js/node.js   |   71 ++++++++++++--------
web/pgadmin/static/css/overrides.css               |   32 +++++----
5 files changed, 62 insertions(+), 53 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Allow to make change the behaviour of backform contro
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved a bug with the menu enable/disble logic.