diff --git a/src/components/PodRegistration.vue b/src/components/PodRegistration.vue index 684eb3a..f6fc514 100644 --- a/src/components/PodRegistration.vue +++ b/src/components/PodRegistration.vue @@ -32,7 +32,7 @@ -
+
Choose a pod
- +
- -
- - {{ showFormIndex ? "Hide Pod URL Input" : "Input Your Pod URL" }} - +
+
+ mdi-database-alert-outline +
+
+

No pod registered to your WebID

+

Add your pod URL once so it appears in the pod selector.

+
+
+ - Close pod URL input - - + Infer from WebID + + + {{ showFormIndex ? "Hide Input" : "Add Pod URL" }} + +
+

+ {{ registrationError }} +

+

+ {{ registrationSuccess }} +

-
+
-
+
@@ -93,18 +111,22 @@ type="submit" variant="flat" rounded="lg" + :loading="isRegisteringPod" + :disabled="isRegisteringPod" > Register Pod
- +