1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Use tooltipLabels in ClusterPieCharts for pods

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-07 15:17:17 +03:00
parent 7b44690efe
commit 697846f111

View File

@ -162,6 +162,10 @@ const NonInjectedClusterPieCharts = observer(({ clusterOverviewStore }: Dependen
`Usage: ${podUsage || 0}`,
`Capacity: ${podAllocatableCapacity}`,
],
tooltipLabels: [
(percent) => `Usage: ${percent}`,
(percent) => `Available: ${percent}`,
],
};
return (