This commit is contained in:
Andras Bacsai
2023-06-16 12:35:40 +02:00
parent 7456fc1ac7
commit 3589b92ec9
84 changed files with 285 additions and 244 deletions

View File

@@ -1,6 +1,6 @@
<x-layout>
<h1>Private Keys</h1>
<div class="pt-2 pb-10 text-sm">All Private Keys</div>
<div class="pt-2 pb-10 ">All Private Keys</div>
<div class="grid gap-2 lg:grid-cols-2">
@forelse ($privateKeys as $key)
<a class="text-center hover:no-underline box group"

View File

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