From b1397491983d0d47c036b99504f3c284cf4e6f95 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 15 Oct 2025 20:56:00 +0200 Subject: [PATCH] graphs: rebuild container on combo box close --- dashboard/package.json | 2 +- dashboard/src/components/SystemGraphs.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index d63bcf809..42738097e 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -7,7 +7,7 @@ }, "type": "module", "dependencies": { - "@cloudron/pankow": "^3.5.1", + "@cloudron/pankow": "^3.5.2", "@fontsource/inter": "^5.2.8", "@fortawesome/fontawesome-free": "^7.1.0", "@vitejs/plugin-vue": "^6.0.1", diff --git a/dashboard/src/components/SystemGraphs.vue b/dashboard/src/components/SystemGraphs.vue index 44283a223..f184fb208 100644 --- a/dashboard/src/components/SystemGraphs.vue +++ b/dashboard/src/components/SystemGraphs.vue @@ -203,7 +203,8 @@ onUnmounted(async () => {