From 2e3120cd463982006688cda6cacd3c9927d3d226 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 6 Jan 2025 14:35:14 +0100 Subject: [PATCH] Very basic installation works again --- dashboard/src/components/AppInstallDialog.vue | 51 ++++++++++++++++--- dashboard/src/models/AppsModel.js | 30 +++++++++++ 2 files changed, 75 insertions(+), 6 deletions(-) diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 3362ba8f7..fd312cd90 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -25,13 +25,17 @@ - +
+ + +
+ + - @@ -40,38 +44,73 @@