fix: ui + subscription

This commit is contained in:
Andras Bacsai
2023-08-14 14:00:10 +02:00
parent 619d395331
commit b941f35812
32 changed files with 185 additions and 114 deletions

View File

@@ -18,9 +18,9 @@
</div>
@if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')
<div class="pt-2 pb-10 ">A Docker network in a non-swarm environment</div>
<div class="subtitle ">A Docker network in a non-swarm environment</div>
@else
<div class="pt-2 pb-10 ">Your swarm docker network. WIP</div>
<div class="subtitle ">Your swarm docker network. WIP</div>
@endif
<div class="flex gap-2">
<x-forms.input id="destination.name" label="Name" />

View File

@@ -1,6 +1,6 @@
<div>
<h1>Create a new Destination</h1>
<div class="pt-2 pb-10 ">Destinations are used to segregate resources by network.</div>
<div class="subtitle ">Destinations are used to segregate resources by network.</div>
<form class="flex flex-col gap-4" wire:submit.prevent='submit'>
<div class="flex gap-2">
<x-forms.input id="name" label="Name" required />