coolify/resources/views/private-key/new.blade.php

12 lines
278 B
PHP
Raw Normal View History

2023-05-03 12:38:57 +02:00
<x-layout>
2023-06-07 16:47:10 +02:00
<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>
2023-05-03 14:09:10 +02:00
<livewire:private-key.create />
2023-05-03 12:38:57 +02:00
</x-layout>