Обсуждение: pgAdmin 4 commit: Warn the user when connecting to a server that is old

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

pgAdmin 4 commit: Warn the user when connecting to a server that is old

От
Dave Page
Дата:
Warn the user when connecting to a server that is older than pgAdmin supports. Fixes #5772

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst                             |  1 +
web/pgadmin/browser/server_groups/servers/static/js/server.js | 11 ++++++++++-
web/pgadmin/static/scss/_alertify.overrides.scss              |  7 +++++++
web/pgadmin/static/scss/resources/_default.variables.scss     |  2 ++
.../static/scss/resources/_theme.variables.scss.sample        |  2 ++
web/pgadmin/static/scss/resources/dark/_theme.variables.scss  |  3 +++
.../static/scss/resources/high_contrast/_theme.variables.scss |  4 +++-
7 files changed, 28 insertions(+), 2 deletions(-)