Skip to content

Commit 57cf4d4

Browse files
author
Naman Munet
committed
mgr/dashboard: fix multi-cluster usage bar error after carbon changes
fixes: https://tracker.ceph.com/issues/67536 Signed-off-by: Naman Munet <[email protected]>
1 parent cd51a12 commit 57cf4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h3>{{ queriesResults['TOTAL_HOSTS'][0][1] }}</h3>
268268
</ng-container>
269269

270270
<ng-template #clusterUsageTpl
271-
let-row="row">
271+
let-row="data.row">
272272
<cd-usage-bar [total]="row.total_capacity"
273273
[used]="row.used_capacity">
274274
</cd-usage-bar>

0 commit comments

Comments
 (0)