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.va...@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(-)