coolify/resources/views/project/application/deployment.blade.php
Andras Bacsai 55d5b1e8da wip
2023-06-30 15:57:40 +02:00

6 lines
240 B
PHP

<x-layout>
<h1 class="py-0">Deployment</h1>
<livewire:application.heading :application="$application" />
<livewire:project.application.deployment-logs :application_deployment_queue="$application_deployment_queue" />
</x-layout>