pgAdmin 4 commit: Clean up the unwanted extended versions of BackformS - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Clean up the unwanted extended versions of BackformS
Date
Msg-id E1gr3Ud-0006R4-AG@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: french translation update
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Backform Switch control clean-up