]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add short descriptions to the telemetry report preview 37597/head
authorNizamudeen A <nia@redhat.com>
Wed, 7 Oct 2020 17:21:10 +0000 (22:51 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 9 Oct 2020 11:12:58 +0000 (16:42 +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>
(cherry picked from commit 6b71e4aaf2b474694911c3f3c819f989d054ed28)

Conflicts:
    src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html
  -  Moved the </label> next to the previous block.

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/telemetry/telemetry.component.html

index 8befd85430f4d96d741699aa4fa38dcb5623bc9c..2a12f9d9a66af73660add55098a3ecb706778b40 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"