+
-
+
@@ -110,7 +110,7 @@
+
+
{{ config.cloudronName || 'Cloudron' }}
+
-
{{ 'apps.title' | tr }}
{{ 'appstore.title' | tr }}
@@ -224,9 +155,34 @@
-
-
+
diff --git a/dashboard/src/components/Index.vue b/dashboard/src/components/Index.vue
index f97f1cfe5..ada55f12a 100644
--- a/dashboard/src/components/Index.vue
+++ b/dashboard/src/components/Index.vue
@@ -51,6 +51,9 @@ export default {
} else {
that.view = '';
}
+
+ // hack for layout to avoid consuming space if vue view is not active
+ document.getElementById('app').style.height = that.view ? 'auto' : '0';
}
window.addEventListener('hashchange', onHashChange);
diff --git a/dashboard/src/components/VolumesView.vue b/dashboard/src/components/VolumesView.vue
index 6d60942fa..f8dfacc2f 100644
--- a/dashboard/src/components/VolumesView.vue
+++ b/dashboard/src/components/VolumesView.vue
@@ -47,7 +47,7 @@
+
+
+
{{user.username}}
+
+
+
+
+
+ {{ subscription.plan.id === 'free' ? ('settings.appstoreAccount.subscriptionSetupAction' | tr) : ('settings.appstoreAccount.subscriptionReactivateAction' | tr) }}
+
+
+
+ Subscription Expired
+
+
+
+
+ {{ notificationCount === 100 ? '100+' : notificationCount }}
+
+
+
+
+
+
+
+
+