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

fix buggy node metrics/chart

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-11 09:47:39 +02:00
parent a61e20965d
commit a5a69b7702

View File

@ -26,9 +26,11 @@ export const NodeCharts = observer(() => {
const [
memoryUsage,
memoryRequests,
_memoryLimits, // DO NOT REMOVE!!!
memoryCapacity,
cpuUsage,
cpuRequests,
_cpuLimits, // DO NOT REMOVE!!!
cpuCapacity,
podUsage,
podCapacity,