From: Afreen Date: Mon, 25 Mar 2024 08:39:08 +0000 (+0530) Subject: mgr/dashboard:Update encryption and tags in bucket form X-Git-Tag: v20.0.0~2283^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96b21d7cf5bb698102dc0cfce6fef05204b82d2e;p=ceph.git mgr/dashboard:Update encryption and tags in bucket form Fixes https://tracker.ceph.com/issues/65110 - renamed Security to Encryption - aligned security fieldset with rest of the form using `cd-help-text` and aligning it with object locking in UX - aligned security fieldset top use `cd-help-text` - changed help text of Tags Signed-off-by: Afreen --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.po.ts b/src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.po.ts index 53756f0a2569..51fa3de4987f 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.po.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/e2e/rgw/buckets.po.ts @@ -58,7 +58,6 @@ export class BucketsPageHelper extends PageHelper { @PageHelper.restrictTo(pages.create.url) checkForDefaultEncryption() { - cy.get("cd-helper[aria-label='toggle encryption helper']").click(); cy.get("a[aria-label='click here']").click(); cy.get('cd-modal').within(() => { cy.get('input[id=s3Enabled]').should('be.checked'); diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html index 108b1ba6ce56..ce3776e726af 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html @@ -308,30 +308,30 @@ - +
Security + i18n>Encryption
-
-
- - - - Enables encryption for the objects in the bucket. - To enable encryption on a bucket you need to set the configuration values for SSE-S3 or SSE-KMS. - To set the configuration values Click here - -
+ +
+ + + Enables encryption for the objects in the bucket. + To enable encryption on a bucket you need to set the configuration values for SSE-S3 or SSE-KMS. + To set the configuration values Click here +
@@ -419,7 +419,7 @@
Tags - Tagging gives you a way to categorize storage + Tagging provides a way to categorize storage