]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add short descriptions to the telemetry report preview 37584/head
authorNizamudeen A <nia@redhat.com>
Wed, 7 Oct 2020 17:21:10 +0000 (22:51 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 7 Oct 2020 17:38:50 +0000 (23:08 +0530)
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 <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html

index af0934325486be59ae301072484a47504eb9c4e8..37b2589cb64c080d278f2c8dbd88dbd105c11d18 100644 (file)
             <div class="form-group row">
               <label i18n
                      for="reportId"
-                     class="cd-col-form-label">Report ID</label>
+                     class="cd-col-form-label">Report ID
+              <cd-helper i18n-html
+                         html="A randomized UUID to identify a particular cluster over the course of several telemetry reports.">
+              </cd-helper>
+              </label>
               <div class="cd-col-form-input">
                 <input class="form-control"
                        type="text"
             <div class="form-group row">
               <label i18n
                      for="report"
-                     class="cd-col-form-label">Report preview</label>
+                     class="cd-col-form-label">Report preview
+                <cd-helper i18n-html
+                           html="The actual telemetry data that will be submitted.">
+                </cd-helper>
+              </label>
               <div class="cd-col-form-input">
                 <textarea class="form-control"
                           id="report"