From a2d1d8345713664692464aafcbb2552e15477bdd Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 2 Jan 2025 19:04:07 +0100 Subject: [PATCH] Refresh apps with task info if exists --- dashboard/src/components/AppsView.vue | 62 ++++++++++---- dashboard/src/models/AppsModel.js | 111 +++++++++++++++++++++++++- 2 files changed, 156 insertions(+), 17 deletions(-) diff --git a/dashboard/src/components/AppsView.vue b/dashboard/src/components/AppsView.vue index 632bbe0f6..926f83057 100644 --- a/dashboard/src/components/AppsView.vue +++ b/dashboard/src/components/AppsView.vue @@ -11,9 +11,13 @@
+ -
{{ app.label || app.subdomain || app.fqdn }}
- +
{{ app.label || app.subdomain || app.fqdn }}
+
+
+
{{ installationStateLabel(app) }}
+
@@ -75,7 +79,7 @@