auto updates

This commit is contained in:
Andras Bacsai
2023-05-22 12:00:59 +02:00
parent 8f7fd4295e
commit e00ccf65cf
15 changed files with 147 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
<x-layout>
@if ($private_keys->count() === 0)
<h2>Create private key</h2>
<h2>Create Private Key</h2>
<div>You need to create a private key before you can create a server.</div>
<livewire:private-key.create from="server" />
@else