From c3c8b19d88d67742e7640835c319fe54c7d93471 Mon Sep 17 00:00:00 2001 From: Vitalii Date: Thu, 11 Apr 2024 16:30:57 +0300 Subject: [PATCH] web/satellite: add Uplink to Applications page Added new Featured apps category to Applications page with a single option of Uplink. Issue: https://github.com/storj/storj/issues/6830 Change-Id: I32ce8525feb6c304919c0c12f83ba8586d9daf34 --- web/satellite/src/assets/apps/uplink.svg | 7 +++++++ .../src/components/ApplicationItem.vue | 17 ++++++++++++----- web/satellite/src/types/applications.ts | 9 +++++++++ web/satellite/src/views/Applications.vue | 2 +- 4 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 web/satellite/src/assets/apps/uplink.svg diff --git a/web/satellite/src/assets/apps/uplink.svg b/web/satellite/src/assets/apps/uplink.svg new file mode 100644 index 000000000000..b18bd1360267 --- /dev/null +++ b/web/satellite/src/assets/apps/uplink.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/web/satellite/src/components/ApplicationItem.vue b/web/satellite/src/components/ApplicationItem.vue index d39946b33eae..bb03a5bbc6bb 100644 --- a/web/satellite/src/components/ApplicationItem.vue +++ b/web/satellite/src/components/ApplicationItem.vue @@ -5,7 +5,7 @@ - + @@ -41,14 +41,14 @@ v-model="dialog" :access-name="app.name" :docs-link="app.docs" - :default-access-type="AccessType.S3" + :default-access-type="neededAccessType" is-app-setup />