pgAdmin 4 commit: Use the same layout mechanism used as in the panel us - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Use the same layout mechanism used as in the panel us
Date
Msg-id E1bEtSU-0003Ly-QV@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Introduces the 'alertify.pgDialogBuild' function, whi
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fixed the issue in Materialized view (pgAdmin4)