pgAdmin 4 commit: Clean up the unwanted extended versions of Backform S

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Clean up the unwanted extended versions of Backform S
Date: 2019-02-05 16:22:39
Message-ID: E1gr3Ud-0006R4-AG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Clean up the unwanted extended versions of Backform Switch controls.
The Bootstrap Switch Control was extended only for alignment in most
places. IIntroduce a configurable option to set the necessary class
on the main div and also remove the extra extended controls.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4a75053514b90cc72385f4b33582fe5404a6d86e
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/tables/triggers/static/js/trigger.js | 35 +++---
.../servers/pgagent/steps/static/js/pga_jobstep.js | 3 +-
.../server_groups/servers/roles/static/js/role.js | 88 ++++++++-------
web/pgadmin/static/js/backform.pgadmin.js | 7 +-
web/pgadmin/tools/backup/static/js/backup.js | 118 ++++++++++++++++-----
.../tools/maintenance/static/js/maintenance.js | 21 ++--
web/pgadmin/tools/restore/static/js/restore.js | 89 ++++++++++++----
7 files changed, 234 insertions(+), 127 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-05 16:22:46 Re: [pgAdmin4][Patch]: Backform Switch control clean-up
Previous Message Dave Page 2019-02-05 16:13:27 Re: french translation update