Added +add flows everywhere

ui: changed vibrant button to not so vibrant
This commit is contained in:
Andras Bacsai
2023-07-26 13:23:47 +02:00
parent 8deeb59d5c
commit fd89735521
40 changed files with 578 additions and 274 deletions

View File

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