Commit 50799468 authored by Jari Kolehmainen's avatar Jari Kolehmainen
Browse files

lint fix

Signed-off-by: default avatarJari Kolehmainen <jari.kolehmainen@gmail.com>
parent 72d4a1a4
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -25,6 +25,7 @@ export class PodsStore extends KubeObjectStore<Pod> {
async loadKubeMetrics(namespace?: string) {
try {
const metrics = await podMetricsApi.list({ namespace });
this.kubeMetrics.replace(metrics);
} catch (error) {
console.error("loadKubeMetrics failed", error);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment