pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Fixes an issue rendering the dashboard, when data obj
Дата
Msg-id E1b8OyM-0001Zj-LH@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixes an issue rendering the dashboard, when data object is missing.

Also, fixed an issue checking the existence of the data object before
accessing it in schema javascript module.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=60208b7ae54c9ad681566f85f3f4ef8073dbdcc7
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/templates/schema/js/schema.js           | 2 +-
web/pgadmin/dashboard/templates/dashboard/js/dashboard.js             | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Check valid DOMElement existance before accessing it
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: To fix expanding server if server inaccessible (pgAdmin4)