Обсуждение: pgAdmin 4 commit: Added OS, Browser, Configuration details in the About

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

pgAdmin 4 commit: Added OS, Browser, Configuration details in the About

От
Akshay Joshi
Дата:
Added OS, Browser, Configuration details in the About dialog. Fixes #6231

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_5_4.rst             |  1 +
requirements.txt                             |  2 +
runtime/package.json                         |  1 +
web/pgadmin/about/__init__.py                | 64 +++++++++++++++++++++++++---
web/pgadmin/about/static/js/about.js         | 17 +++++---
web/pgadmin/about/templates/about/index.html | 40 +++++++++++------
6 files changed, 100 insertions(+), 25 deletions(-)