From 6b71e4aaf2b474694911c3f3c819f989d054ed28 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 --- .../ceph/cluster/telemetry/telemetry.component.html | 12 ++++++++++-- 1 file changed, 10 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 af093432548..37b2589cb64 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 @@ -229,7 +229,11 @@
+ class="cd-col-form-label">Report ID + + +
+ class="cd-col-form-label">Report preview + + +