diff --git a/src/views/Apps.vue b/src/views/Apps.vue index 9c6cb7f..3df552f 100644 --- a/src/views/Apps.vue +++ b/src/views/Apps.vue @@ -14,8 +14,13 @@

Spin up your first service!

-
-
+ + +
+
+ + + Card image cap
SSI Service
@@ -28,9 +33,12 @@ @executeAction="openSlider('SSI_API')">
-
+ -
+
+
+ + Card image cap
KYC Service
@@ -43,12 +51,13 @@ @executeAction="openSlider('CAVACH_API')">
-
- + +
+
-
+ Card image cap @@ -62,9 +71,12 @@ @executeAction="openSlider('QUEST')">
-
+ + +
+
-
+ Card image cap @@ -75,13 +87,13 @@ strength of decentralized identity to safeguard your sensitive information.

-
-
- + +
@@ -120,7 +132,7 @@
- + + placeholder="Enter service name (max 20 chars)" />
@@ -294,8 +306,8 @@
- -
+
-
- - - - -
+ -
- - - - + appModel.services[0].id == 'CAVACH_API') + "> + + + + +
+ +
+ + + + +
+ +
+ + + + +
+
@@ -375,29 +393,13 @@
- - - - -
+
-
+ @@ -1023,6 +1025,20 @@ export default { }, data() { return { + items: [ + { + src: 'https://cdn.vuetifyjs.com/images/carousel/squirrel.jpg', + }, + { + src: 'https://cdn.vuetifyjs.com/images/carousel/sky.jpg', + }, + { + src: 'https://cdn.vuetifyjs.com/images/carousel/bird.jpg', + }, + { + src: 'https://cdn.vuetifyjs.com/images/carousel/planet.jpg', + }, + ], selectedServiceId: "SSI_API", selectedAssociatedSSIAppId: "", edit: false, @@ -1240,7 +1256,9 @@ export default { this.$root.$emit("bv::toggle::collapse", "sidebar-right"); const appModel = this.getAppByAppId(appId); - appModel.whitelistedCors = appModel.whitelistedCors.toString(); + //// commeting it for time being + // appModel.whitelistedCors = appModel.whitelistedCors.toString(); + appModel.whitelistedCors = '*'; Object.assign(this.appModel, { ...appModel }); this.selectedAssociatedSSIAppId = appModel.dependentServices[0];