2023-06-02 12:34:45 +02:00
|
|
|
<div class="py-4">
|
2023-05-31 14:42:37 +02:00
|
|
|
@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 12:38:36 +02:00
|
|
|
</div>
|