pgAdmin 4 commit: Use the same layout mechanism used as in the panel us

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use the same layout mechanism used as in the panel us
Date: 2016-06-20 07:17:22
Message-ID: E1bEtSU-0003Ly-QV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use the same layout mechanism used as in the panel using elementary
layout support in different dialogs. Fixes #1358.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/about/templates/about/about.js | 10 +-
.../templates/tablespaces/js/tablespaces.js | 116 +++++++++++----------
.../templates/preferences/preferences.js | 9 +-
.../tools/backup/templates/backup/js/backup.js | 8 +-
.../templates/grant_wizard/js/grant_wizard.js | 5 +-
.../templates/import_export/js/import_export.js | 4 +
.../templates/maintenance/js/maintenance.js | 10 +-
.../tools/restore/templates/restore/js/restore.js | 5 +-
.../user_management/js/user_management.js | 3 +
9 files changed, 96 insertions(+), 74 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-20 08:03:04 PATCH: To fixed the issue in Materialized view (pgAdmin4)
Previous Message Akshay Joshi 2016-06-20 05:41:33 Re: Fixed RM #1356