private keys view

This commit is contained in:
Andras Bacsai
2023-06-15 09:58:17 +02:00
parent 1f3a7758c4
commit fe51f8fbf7
6 changed files with 115 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
<x-layout>
<h1>Private Key</h1>
<div class="pt-2 pb-10 text-sm">Sssh, it is private</div>
<livewire:private-key.change :private_key_uuid="$private_key->uuid" />
</x-layout>