pgAdmin 4 commit: Fixed review comments:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed review comments:
Дата
Msg-id E1n5Qlp-0000Ji-WE@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed review comments:

1. Split the restore options/backup options into 2 tabs
2. Restore icon changes
3. feature tests issues
4. restore help link broken
5. Comment section not visible

refs #7018

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6528d086baf47e9440d93b01ee03c3a255b67f52
Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/static/js/node.js              |  2 +-
web/pgadmin/browser/static/js/utility_view.jsx     |  4 ++++
.../pg_utilities_backup_restore_test.py            | 22 +++++++++++------
web/pgadmin/static/js/SchemaView/index.jsx         | 13 +++++++++-
web/pgadmin/tools/backup/static/js/backup.js       |  6 ++---
web/pgadmin/tools/backup/static/js/backup.ui.js    | 12 +++++-----
web/pgadmin/tools/restore/static/js/restore.js     |  7 +++---
web/pgadmin/tools/restore/static/js/restore.ui.js  | 28 ++++++++++++++--------
web/regression/feature_utils/locators.py           |  2 +-
9 files changed, 64 insertions(+), 32 deletions(-)


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

Предыдущее
От: Rahul Shirsat
Дата:
Сообщение: Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.