pgAdmin 4 commit: Add a context menu to the treeview, with options to d

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a context menu to the treeview, with options to d
Дата
Msg-id E1YOHS0-0000MV-GU@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a context menu to the treeview, with options to delete and rename server nodes.

TODO: Make the menu items hook in.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b43580a19e0e55faa20278c6b7876a334db7ecd8

Modified Files
--------------
web/pgadmin/browser/nodes/server_groups/hooks.py   |   34 +-
.../templates/server_groups/server_groups.js       |   82 +
web/pgadmin/browser/nodes/server_groups/views.py   |   81 +-
.../css/jQuery-contextMenu/jquery.contextMenu.css  |  142 ++
.../js/jQuery-contextMenu/jquery.contextMenu.js    | 1686 ++++++++++++++++++++
.../js/jQuery-contextMenu/jquery.ui.position.js    |  497 ++++++
web/pgadmin/browser/templates/browser/body.html    |   25 +
web/pgadmin/browser/views.py                       |    3 +
web/pgadmin/settings/views.py                      |   24 +-
web/utils/ajax.py                                  |   10 +-
10 files changed, 2521 insertions(+), 63 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: This is a big one campers; Add initial support for tr
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix the about menu option, only display menus if they