]> 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>
Thu, 9 Oct 2025 07:49:34 +0000 (13:19 +0530)
fixes : https://tracker.ceph.com/issues/73447
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html

index 76fabd9c817f495946590237c234f1441e7cc8f1..1c53da641e1d3de0189a397931f3e79938e6bf25 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>