|
@ -53,7 +53,10 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- Identity Details --> |
|
|
<!-- Identity Details --> |
|
|
<div id="sectionIdentityDetails" class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4"> |
|
|
<div |
|
|
|
|
|
id="sectionIdentityDetails" |
|
|
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4" |
|
|
|
|
|
> |
|
|
<div v-if="givenName"> |
|
|
<div v-if="givenName"> |
|
|
<h2 class="text-xl font-semibold mb-2"> |
|
|
<h2 class="text-xl font-semibold mb-2"> |
|
|
{{ givenName }} |
|
|
{{ givenName }} |
|
@ -177,7 +180,10 @@ |
|
|
</router-link> |
|
|
</router-link> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div id="sectionNotifications" class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8"> |
|
|
<div |
|
|
|
|
|
id="sectionNotifications" |
|
|
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8" |
|
|
|
|
|
> |
|
|
<!-- label --> |
|
|
<!-- label --> |
|
|
<div class="mb-2 font-bold">Notifications</div> |
|
|
<div class="mb-2 font-bold">Notifications</div> |
|
|
<div |
|
|
<div |
|
@ -213,7 +219,10 @@ |
|
|
</router-link> |
|
|
</router-link> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div id="sectionSearchLocation" class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8"> |
|
|
<div |
|
|
|
|
|
id="sectionSearchLocation" |
|
|
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8" |
|
|
|
|
|
> |
|
|
<!-- label --> |
|
|
<!-- label --> |
|
|
<div class="mb-2 font-bold">Location for Searches</div> |
|
|
<div class="mb-2 font-bold">Location for Searches</div> |
|
|
<router-link |
|
|
<router-link |
|
@ -280,7 +289,10 @@ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div id="sectionDataExport" class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8"> |
|
|
<div |
|
|
|
|
|
id="sectionDataExport" |
|
|
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-4 mt-8 mb-8" |
|
|
|
|
|
> |
|
|
<div class="mb-2 font-bold">Data Export</div> |
|
|
<div class="mb-2 font-bold">Data Export</div> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'seed-backup' }" |
|
|
:to="{ name: 'seed-backup' }" |
|
@ -343,7 +355,10 @@ |
|
|
<span class="text-slate-500 text-sm font-bold mb-2"> |
|
|
<span class="text-slate-500 text-sm font-bold mb-2"> |
|
|
Deep Identifier Details |
|
|
Deep Identifier Details |
|
|
</span> |
|
|
</span> |
|
|
<div id="sectionDeepIdentifier" class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4"> |
|
|
<div |
|
|
|
|
|
id="sectionDeepIdentifier" |
|
|
|
|
|
class="bg-slate-100 rounded-md overflow-hidden px-4 py-3 mb-4" |
|
|
|
|
|
> |
|
|
<div class="text-slate-500 text-sm font-bold">Public Key (base 64)</div> |
|
|
<div class="text-slate-500 text-sm font-bold">Public Key (base 64)</div> |
|
|
<div |
|
|
<div |
|
|
class="text-sm text-slate-500 flex justify-start items-center mb-1" |
|
|
class="text-sm text-slate-500 flex justify-start items-center mb-1" |
|
|