pgAdmin 4 commit: Fixed an issue where the cloud deployment wizard crea - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where the cloud deployment wizard crea
Date
Msg-id E1oN2gI-0005sr-32@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix translation.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Fixed RM #7608