fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user