Thread: pgAdmin 4 commit: Fixed review comments:

pgAdmin 4 commit: Fixed review comments:

From
Akshay Joshi
Date:
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(-)