From e6fb1b9878c2981c5bf5526a4d4e83aae77f436d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Fri, 10 Jul 2020 10:02:44 +0200 Subject: [PATCH] Load more than one panel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/dashboard/src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index af38e4c7b2d..e7dc09e773c 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -56,7 +56,7 @@ export default { for (const app in this.callbacks) { const element = this.$refs[app] if (this.panels[app].mounted) { - return + continue } if (element) { @@ -97,7 +97,7 @@ export default { display: flex; justify-content: center; flex-direction: row; - align-items: center; + align-items: flex-start; flex-wrap: wrap; } -- 2.39.5