diff --git a/dashboard/index.html b/dashboard/index.html index 3565674b6..c672b9673 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -131,81 +131,12 @@
- - - -
+
-
-
-
+
+
+
+
+ + {{ subscription.plan.id === 'free' ? ('settings.appstoreAccount.subscriptionSetupAction' | tr) : ('settings.appstoreAccount.subscriptionReactivateAction' | tr) }} + +
+
+ Subscription Expired +
+ + + + {{ notificationCount === 100 ? '100+' : notificationCount }} + + + + + + {{user.username}} + +
+ +
+
+
+
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 @@ - + @@ -110,7 +110,7 @@