pgAdmin 4 commit: Clean up the unwanted extended versions of BackformS

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Clean up the unwanted extended versions of BackformS
Дата
Msg-id E1gr3Ud-0006R4-AG@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: french translation update
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Backform Switch control clean-up