updates
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
<div>
|
||||
<h1>Create a new Server</h1>
|
||||
<nav class="flex pt-2 pb-10 text-sm">
|
||||
<ol class="inline-flex items-center">
|
||||
<li class="inline-flex items-center">
|
||||
Servers are the main blocks of your infrastructure.
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<div class="pt-2 pb-10 text-sm">Servers are the main blocks of your infrastructure.</div>
|
||||
<form class="flex flex-col gap-2" wire:submit.prevent='submit'>
|
||||
<div class="flex gap-2">
|
||||
<x-forms.input id="name" label="Name" required />
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
</div>
|
||||
@else
|
||||
<div>
|
||||
<h2>Select a Proxy</h2>
|
||||
<h2>Proxy</h2>
|
||||
|
||||
<x-forms.button wire:click="setProxy('{{ \App\Enums\ProxyTypes::TRAEFIK_V2 }}')">Traefik v2
|
||||
</x-forms.button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user