From: Avan Thakkar Date: Tue, 13 Oct 2020 09:52:48 +0000 (+0530) Subject: mgr/dashboard: add description for CRUSH Ruleset X-Git-Tag: v16.1.0~661^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37649%2Fhead;p=ceph.git mgr/dashboard: add description for CRUSH Ruleset Fixes: https://tracker.ceph.com/issues/48067 Signed-off-by: Avan Thakkar Adds a description for CRUSH Ruleset column in pools table in the pool creation dialogue --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index bb1e0f9679a7..a91c3ca4bbe0 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -325,6 +325,10 @@ [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">