]> 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:01:00 +0000 (12:31 +0530)
fixes : https://tracker.ceph.com/issues/73447
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
(cherry picked from commit 60140b1ccc8006325632320e39fc209724524aef)

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

index b1f36967d70cda1eaa202a680b0a1c15f2d7abf4..8b8b9c4e55179e5157634ef4c703fb68dc146c1c 100644 (file)
 
 <ng-template #imageUsageTpl
              let-row="data.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>