From 825f79d0156653c680f471af94b493fa8c51a6f5 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Wed, 7 Oct 2020 22:51:10 +0530 Subject: [PATCH] mgr/dashboard: Add short descriptions to the telemetry report preview A small info icon with a popover on the telemetry report preview form step2 for Report ID and Report Preview. Report ID: "A randomized UUID to identify a particular cluster over the course of several telemetry reports." Report preview: "The actual telemetry data that will be submitted." Fixes: https://tracker.ceph.com/issues/47610 Signed-off-by: Nizamudeen A (cherry picked from commit 6b71e4aaf2b474694911c3f3c819f989d054ed28) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html - Moved the next to the previous block. --- .../ceph/cluster/telemetry/telemetry.component.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html index 8befd85430f4d..2a12f9d9a66af 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html @@ -235,7 +235,10 @@
+ class="cd-col-form-label">Report ID + +
+ class="cd-col-form-label">Report preview + +