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
<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>