Обсуждение: pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: 1 Fixed the issue where db connection was getting dis

От
Akshay Joshi
Дата:
1 Fixed the issue where db connection was getting disconnected for dashboard, if network is slow.
2 Fixed publication collection node properties issue which was missed during react node porting.
3 Removed unwanted variable from theme style sheet.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f8adcf71bae6593269c62d2e0f1a42ff68355bf
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.../databases/publications/static/js/publication.js        |  2 +-
.../databases/publications/static/js/publication.ui.js     |  5 +----
web/pgadmin/browser/static/js/panel.js                     | 14 +++++++++++++-
web/pgadmin/browser/static/js/panel_view.jsx               |  1 +
web/pgadmin/dashboard/static/js/Dashboard.jsx              |  4 +++-
web/pgadmin/dashboard/static/js/WelcomeDashboard.jsx       |  2 +-
web/pgadmin/misc/properties/CollectionNodeProperties.jsx   |  4 ++--
web/pgadmin/misc/statistics/static/js/Statistics.jsx       |  1 -
web/pgadmin/static/js/Theme/dark.js                        |  1 -
web/pgadmin/static/js/Theme/high_contrast.js               |  1 -
web/pgadmin/static/js/Theme/standard.js                    |  1 -
web/pgadmin/static/js/components/PgTable.jsx               | 12 +++---------
.../static/js/sqleditor/new_connection_dialog_model.js     |  6 +++++-
13 files changed, 30 insertions(+), 24 deletions(-)