From 2b832ef5197608d96052eb47531a46cc5399f012 Mon Sep 17 00:00:00 2001 From: Avan Thakkar Date: Tue, 13 Oct 2020 15:22:48 +0530 Subject: [PATCH] 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 --- .../src/app/ceph/pool/pool-form/pool-form.component.html | 4 ++++ 1 file changed, 4 insertions(+) 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"> -- 2.47.3