From be3696ff8c9f0e5eaceeedc6a7853ed870ee88e2 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 21 May 2025 11:05:15 +0200 Subject: [PATCH] Some polish to the branding page --- dashboard/src/views/BrandingView.vue | 31 +++++++++++++--------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/dashboard/src/views/BrandingView.vue b/dashboard/src/views/BrandingView.vue index 47d572a65..10d0cb5be 100644 --- a/dashboard/src/views/BrandingView.vue +++ b/dashboard/src/views/BrandingView.vue @@ -18,7 +18,6 @@ const avatarUrl = ref(`${API_ORIGIN}/api/v1/cloudron/avatar?${String(Math.random const backgroundUrl = ref(`${API_ORIGIN}/api/v1/cloudron/background?${String(Math.random()).slice(2)}`); const features = inject('features'); -const subscriptionRequiredDialog = inject('subscriptionRequiredDialog'); // Cloudron name const editingName = ref(false); @@ -97,6 +96,18 @@ onMounted(async () => {