This commit is contained in:
Andras Bacsai
2023-06-07 16:47:10 +02:00
parent 6e084db3d9
commit 0f18fbc24c
6 changed files with 88 additions and 54 deletions

View File

@@ -1,4 +1,11 @@
<x-layout>
<h1>Add Private Key</h1>
<h1>Create a new Private Key</h1>
<div class="pb-5 text-sm breadcrumbs">
<ul>
<li>
Private Keys are used for connection to servers.
</li>
</ul>
</div>
<livewire:private-key.create />
</x-layout>