pgAdmin 4 commit: Fixed an issue where the cloud deployment wizard crea

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the cloud deployment wizard crea
Дата
Msg-id E1oN2gI-0005sr-32@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the cloud deployment wizard creates the cluster with the
High Availability even if that option is not selected. Fixes #7608

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae5254e8a9a788552f59ff23d8dfe0aa4002a492
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/cloud_edb_biganimal.rst                 |  12 +++++---
docs/en_US/images/cloud_biganimal_credentials.png  | Bin 87046 -> 80120 bytes
docs/en_US/images/cloud_biganimal_database.png     | Bin 75803 -> 126262 bytes
docs/en_US/images/cloud_biganimal_instance.png     | Bin 150517 -> 144345 bytes
docs/en_US/images/cloud_biganimal_provider.png     | Bin 74771 -> 66623 bytes
docs/en_US/images/cloud_biganimal_review.png       | Bin 146258 -> 103543 bytes
docs/en_US/release_notes_6_13.rst                  |   1 +
web/pgacloud/providers/biganimal.py                |  12 ++++----
web/pgadmin/misc/cloud/biganimal/__init__.py       |  29 +++++++++++++------
web/pgadmin/misc/cloud/static/js/biganimal.js      |   5 ++++
.../cloud/static/js/cloud_db_details_schema.ui.js  |  31 ++++++++++++++++-----
11 files changed, 66 insertions(+), 24 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix translation.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Fixed RM #7608