This commit is contained in:
Andras Bacsai
2023-05-04 09:11:11 +02:00
parent 3156d97969
commit ac976d0f3a
9 changed files with 45 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
<div class="mt-8">
<div>
@isset($this->activity)
<span>Activity: {{ $this->activity?->id }}</span>
<span>Status: {{ $this->activity?->properties->get('status') }}</span>

View File

@@ -6,7 +6,7 @@
<x-inputs.button type="submit">
Submit
</x-inputs.button>
<x-inputs.button class="bg-red-500" confirm='Are you sure you would like to delete this private key?'
<x-inputs.button confirm='Are you sure you would like to delete this private key?'
confirmAction="delete('{{ $private_key_uuid }}')">
Delete
</x-inputs.button>

View File

@@ -20,8 +20,9 @@
<div>
<x-inputs.button type="submit">Submit</x-inputs.button>
<x-inputs.button wire:click.prevent='checkServer'>Check Server</x-inputs.button>
<x-inputs.button class="bg-red-500" confirm="Are you sure you would like to delete this application?"
confirmAction="delete">Delete
<x-inputs.button wire:click.prevent='installDocker'>Install Docker</x-inputs.button>
<x-inputs.button confirm="Are you sure you would like to delete this application?" confirmAction="delete">
Delete
</x-inputs.button>
</div>
</form>
@@ -34,5 +35,4 @@
@isset($dockerComposeVersion)
<p>Docker Compose: {{ $dockerComposeVersion }}</p>
@endisset
</div>