From d0784b8981a2cb15883ac37fde6066a73e58d9c9 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Tue, 30 Sep 2025 13:40:01 +0100 Subject: [PATCH 1/3] Home: "Add Instance" button for Hosted & Remote Instances --- .../team/Home/components/DashboardSection.vue | 19 +++-- frontend/src/pages/team/Home/index.vue | 82 +++++++++++++++++-- 2 files changed, 86 insertions(+), 15 deletions(-) diff --git a/frontend/src/pages/team/Home/components/DashboardSection.vue b/frontend/src/pages/team/Home/components/DashboardSection.vue index d5575cc4a8..4a3da02890 100644 --- a/frontend/src/pages/team/Home/components/DashboardSection.vue +++ b/frontend/src/pages/team/Home/components/DashboardSection.vue @@ -1,14 +1,17 @@