From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fixed an issue where the cloud deployment wizard crea |
Date: | 2022-08-14 01:44:46 |
Message-ID: | E1oN2gI-0005sr-32@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)vashi(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2022-08-14 01:45:17 | Re: [pgAdmin4][Patch] - Fixed RM #7608 |
Previous Message | Dave Page | 2022-08-12 13:31:14 | pgAdmin 4 commit: Fix translation. |