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 @@