From fa2b03b7fafd5263c6e66b4e8a99cb8986cf7cb3 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 6 Jan 2025 14:03:29 +0100 Subject: [PATCH] Make AccessControl a component --- dashboard/src/components/AccessControl.vue | 58 +++++++++++++++++++ dashboard/src/components/AppInstallDialog.vue | 35 ++++++++--- 2 files changed, 86 insertions(+), 7 deletions(-) create mode 100644 dashboard/src/components/AccessControl.vue diff --git a/dashboard/src/components/AccessControl.vue b/dashboard/src/components/AccessControl.vue new file mode 100644 index 000000000..983f05b04 --- /dev/null +++ b/dashboard/src/components/AccessControl.vue @@ -0,0 +1,58 @@ + + + + + diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index 37c8ce50b..3362ba8f7 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -19,10 +19,19 @@
-
Now install {{ manifest.title }}
-
-
- +
+
+ + + + + + + + +
+
+
@@ -32,9 +41,10 @@