]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard : Fixed usage bar for secondary site in rbd mirroing
authorAbhishek Desai <abhishek.desai1@ibm.com>
Thu, 9 Oct 2025 07:49:34 +0000 (13:19 +0530)
committerAbhishek Desai <abhishek.desai1@ibm.com>
Tue, 14 Oct 2025 07:03:17 +0000 (12:33 +0530)
fixes : https://tracker.ceph.com/issues/73447
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 60140b1ccc8006325632320e39fc209724524aef)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html

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

index 6f85bf6db77d59e36e1bee0361bd740cc0b95a10..5bafd4aee592c0041b042b76742f6a1c01fb3ddf 100644 (file)
 
 <ng-template #imageUsageTpl
              let-row="row">
-  <span *ngIf="row.features_name && (!row.features_name.includes('fast-diff') || row.mirror_mode === 'snapshot') ; else usageBar"
+  <span *ngIf="row.features_name && !row.features_name.includes('fast-diff') ; else usageBar"
         [ngbTooltip]="usageTooltip">
     <span>-</span>
   </span>