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:
parent
a61e20965d
commit
a5a69b7702
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user