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

12 lines
343 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>
2023-06-07 21:44:16 +02:00
<nav class="flex pt-2 pb-10 text-sm">
<ol class="inline-flex items-center">
<li class="inline-flex items-center">
2023-06-07 16:47:10 +02:00
Private Keys are used for connection to servers.
</li>
2023-06-07 21:44:16 +02:00
</ol>
</nav>
2023-05-03 14:09:10 +02:00
<livewire:private-key.create />
2023-05-03 12:38:57 +02:00
</x-layout>