Обсуждение: pgAdmin 4 commit: Refactored the dashboard code,which was allowing eac

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

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

От
Ashesh Vashi
Дата:
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(-)