mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
Merge branch 'main' into feat/cert-key-parser
This commit is contained in:
commit
6445c80b36
7 changed files with 146 additions and 29 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue