Merge branch 'main' into feat/cert-key-parser

This commit is contained in:
sharevb 2024-03-04 13:07:11 +01:00 committed by ShareVB
commit 6445c80b36
7 changed files with 146 additions and 29 deletions

View file

@ -312,7 +312,14 @@ const parsedSections = computed<LabelValue[]>(() => {
<div>
<c-card>
<c-file-upload title="Drag and drop a Certificate file here, or click to select a Certificate file" @file-upload="onUpload" />
<p>-OR-</p>
<!-- separator -->
<div my-4 w-full flex items-center justify-center op-70>
<div class="h-1px max-w-100px flex-1 bg-gray-300 op-50" />
<div class="mx-2 text-gray-400">
or
</div>
<div class="h-1px max-w-100px flex-1 bg-gray-300 op-50" />
</div>
<c-input-text
v-model:value="inputKeyOrCertificate"
label="Paste your Public Key / Private Key / Signature / Fingerprint / Certificate:"