2023-05-31 10:38:36 +00:00
|
|
|
<div>
|
2023-05-31 12:42:37 +00:00
|
|
|
<h3>Actions</h3>
|
|
|
|
@if (data_get($activity, 'properties.status') === 'in_progress')
|
|
|
|
<x-forms.button wire:click.prevent="cancel">Cancel deployment</x-forms.button>
|
|
|
|
@else
|
|
|
|
<x-forms.button disabled>Cancel deployment</x-forms.button>
|
|
|
|
@endif
|
2023-05-31 10:38:36 +00:00
|
|
|
</div>
|