diff --git a/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/top-consumers-card/top-consumers-card-body.tsx b/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/top-consumers-card/top-consumers-card-body.tsx index 724be1f88c0..84b9eaa4381 100644 --- a/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/top-consumers-card/top-consumers-card-body.tsx +++ b/frontend/packages/ceph-storage-plugin/src/components/dashboard-page/storage-dashboard/top-consumers-card/top-consumers-card-body.tsx @@ -61,7 +61,9 @@ export const TopConsumersBody: React.FC = React.memo( padding={{ top: 20, bottom: 20, left: 40, right: 20 }} containerComponent={ `${datum.y} ${maxCapacityConverted.unit}`} + labels={(datum) => + `${datum.y} ${maxCapacityConverted.unit} at ${twentyFourHourTime(datum.x)}` + } labelComponent={} /> }