mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
6 lines
266 B
PHP
6 lines
266 B
PHP
<x-layout>
|
|
<h1>Deployments</h1>
|
|
<livewire:project.application.heading :application="$application" />
|
|
<livewire:project.application.deployments :application="$application" :deployments="$deployments" :deployments_count="$deployments_count" />
|
|
</x-layout>
|