fix: cancel any deployments + queue next

This commit is contained in:
Andras Bacsai
2023-10-17 11:10:33 +02:00
parent fbb5f2ca2e
commit 5d95d8b79a
2 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,6 @@
@endif
@if (data_get($application_deployment_queue, 'status') === 'in_progress' ||
data_get($application_deployment_queue, 'status') === 'queued')
<x-forms.button wire:click.prevent="cancel">Cancel deployment</x-forms.button>
<x-forms.button wire:click.prevent="cancel">Cancel Deployment</x-forms.button>
@endif
</div>