pgAdmin 4 commit: Introducing the infrastructure for colleciton of the

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Introducing the infrastructure for colleciton of the
Дата
Msg-id E1ZrUFi-0001js-Pb@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Introducing the infrastructure for colleciton of the subnodes listing,
creation, and editing within the properties panel infrastructure.

We do use the backgrid.js for listing the subnode collection, and for
editing/creating new object for the subnode, we do use the same
infrastructure using the backform.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c1503ade47e3401a8b6b99a075f8b6b609861a3b
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
libraries.txt                                      |    2 +
.../templates/server_groups/server_groups.js       |    9 +-
.../browser/templates/browser/js/browser.js        |   12 +-
web/pgadmin/browser/templates/browser/js/node.js   |  263 +-
web/pgadmin/static/css/backgrid/backgrid.css       |  240 ++
web/pgadmin/static/css/backgrid/backgrid.min.css   |    1 +
web/pgadmin/static/css/bootstrap-datepicker3.css   |  890 +++---
.../static/css/bootstrap-datepicker3.min.css       |    8 +
web/pgadmin/static/css/overrides.css               |  115 +-
web/pgadmin/static/js/backform.pgadmin.js          |  253 +-
web/pgadmin/static/js/backgrid/backgrid.js         | 2883 ++++++++++++++++++++
web/pgadmin/static/js/backgrid/backgrid.min.js     |    8 +
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js |  234 ++
web/pgadmin/static/js/bootstrap-datepicker.js      |  205 +-
web/pgadmin/static/js/bootstrap-datepicker.min.js  |    4 +-
web/pgadmin/templates/base.html                    |   13 +
16 files changed, 4513 insertions(+), 627 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Resolved couple of small bugs introduced during datab
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Allow to save only the partial model changes, undo-re