Обсуждение: pgAdmin 4 commit: Core infrastructure for dashboards.

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

pgAdmin 4 commit: Core infrastructure for dashboards.

От
Dave Page
Дата:
Core infrastructure for dashboards.

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |  13 +--
web/pgadmin/dashboard/__init__.py                  | 100 +++++++++++++++++++++
web/pgadmin/dashboard/static/css/dashboard.css     |   0
.../templates/dashboard/database_dashboard.html    |   4 +
.../dashboard/templates/dashboard/js/dashboard.js  |  84 +++++++++++++++++
.../templates/dashboard/server_dashboard.html      |   3 +
.../templates/dashboard/welcome_dashboard.html     |   1 +
7 files changed, 194 insertions(+), 11 deletions(-)