]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #53806 from aaSharma14/wip-63087-reef
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Wed, 4 Oct 2023 10:28:58 +0000 (12:28 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 10:28:58 +0000 (12:28 +0200)
reef: mgr/dashboard: Rgw Multi-site naming improvements

Reviewed-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
Reviewed-by: Nizamudeen A <nia@redhat.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-details/rgw-multisite-details.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts

index 3efdf7bbbddc7bf7a8e665f6b6a23144f1d0de80,9f3f31a8fbfcb33fe7023b0753dc2ab46c7cd6b5..5274cf73a5569481324148773c557c2fce07b986
@@@ -4,19 -4,11 +4,19 @@@
        <cd-alert-panel   *ngIf="!rgwModuleStatus"
                          type="info"
                          spacingClass="mb-3"
-                         i18n>You need to enable the rgw module to access the import/export feature.
+                         i18n>In order to access the import/export feature, the rgw module must be enabled
          <a class="text-decoration-underline"
             (click)="enableRgwModule()">
-            Enable RGW Module</a>
+            Enable the Object Gateway Module</a>
        </cd-alert-panel>
 +      <cd-alert-panel   *ngIf="restartGatewayMessage"
 +                        type="warning"
 +                        spacingClass="mb-3"
 +                        i18n>Please restart all Ceph Object Gateway instances in all zones to ensure consistent multisite configuration updates.
 +        <a class="text-decoration-underline"
 +           routerLink="/services">
 +           Cluster->Services</a>
 +      </cd-alert-panel>
        <cd-table-actions class="btn-group mb-4 me-2"
                          [permission]="permission"
                          [selection]="selection"