pgAdmin 4 commit: Add support for nested-fieldset control.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Add support for nested-fieldset control.
Дата
Msg-id E1mOExC-0003wN-1t@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add support for nested-fieldset control.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48176ea986092ef4b96236ba7d2ed855b8e1014a
Author: Aditya Toshniwal <aditya.toshniwal14@gmail.com>

Modified Files
--------------
web/pgadmin/static/js/SchemaView/FieldSetView.jsx  | 111 +++++++++++++++++++
web/pgadmin/static/js/SchemaView/FormView.jsx      | 123 +++++++++++++--------
web/pgadmin/static/js/SchemaView/MappedControl.jsx |  10 +-
web/pgadmin/static/js/components/FieldSet.jsx      |  35 ++++++
4 files changed, 229 insertions(+), 50 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed minor issue with merging
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Integer and Numeric inputs fixes.