pgAdmin 4 commit: Refactored the dashboard code,which was allowing eac

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Refactored the dashboard code,which was allowing eac
Дата
Msg-id E1fiDl8-00085p-8o@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Refactored the dashboard code, which was allowing each node type to
define its own dashboardURL.

There was a typo, while calling the dashboard function of a Node type.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/dashboard/static/js/dashboard.js | 50 ++++++++++++----------------
web/pgadmin/static/js/nodes/dashboard.js     | 30 +++++++++++++++++
web/pgadmin/static/js/tree/tree.js           |  8 +++--
web/pgadmin/static/js/utils.js               | 10 ++++++
4 files changed, 67 insertions(+), 31 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3294] User need to reset the layout to see thechanged preferences parameters
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: As per Aditya - we need the server version for thece