]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix tooltip for Provisioned/Total Provisioned fields 39646/head
authorAvan Thakkar <athakkar@redhat.com>
Tue, 16 Feb 2021 18:24:25 +0000 (23:54 +0530)
committerAvan Thakkar <athakkar@redhat.com>
Tue, 23 Feb 2021 18:21:30 +0000 (23:51 +0530)
Fixes: https://tracker.ceph.com/issues/46619
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit 2dd341d63b7dd7d6b8767b93151c0c1f243be6b6)

Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html
      - Adopting the master branch changes.

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-details/rbd-details.component.html

index 2c24eb75ae00010287d49848c6cf5a972e79622a..716539f9b7e87170411d2f357eb8bf1e1308cef8 100644 (file)
@@ -59,7 +59,7 @@
             <span *ngIf="selectedItem.features_name?.indexOf('fast-diff') === -1">
               <span class="text-muted"
                     [tooltip]="usageNotAvailableTooltipTpl"
-                    placement="right"
+                    placement="top"
                     i18n>N/A</span>
             </span>
             <span *ngIf="selectedItem.features_name?.indexOf('fast-diff') !== -1">
@@ -74,7 +74,7 @@
             <span *ngIf="selectedItem.features_name?.indexOf('fast-diff') === -1">
               <span class="text-muted"
                     [tooltip]="usageNotAvailableTooltipTpl"
-                    placement="right"
+                    placement="top"
                     i18n>N/A</span>
             </span>
             <span *ngIf="selectedItem.features_name?.indexOf('fast-diff') !== -1">