]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: add description for CRUSH Ruleset 37649/head
authorAvan Thakkar <athakkar@redhat.com>
Tue, 13 Oct 2020 09:52:48 +0000 (15:22 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Wed, 4 Nov 2020 16:33:20 +0000 (22:03 +0530)
Fixes: https://tracker.ceph.com/issues/48067
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Adds a description for CRUSH Ruleset column in pools table in the pool creation dialogue

src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html

index bb1e0f9679a74ff81f02f3fa26cd98487b9f0d72..a91c3ca4bbe0525ce91ecdff5acd8f739c0a65b8 100644 (file)
                             [ngClass]="{'active': data.crushInfo}"
                             id="crush-info-button"
                             type="button"
+                            ngbTooltip="Placement and
+                            replication strategies or distribution policies that allow to
+                            specify how CRUSH places data replicas."
+                            i18n-ngbTooltip
                             (click)="data.crushInfo = !data.crushInfo">
                       <i [ngClass]="[icons.questionCircle]"
                          aria-hidden="true"></i>