mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
190 B
PHP
6 lines
190 B
PHP
<x-layout>
|
|
<h1>Deployments</h1>
|
|
<x-applications.navbar :application="$application" />
|
|
<livewire:project.application.deployments :application_id="$application->id" />
|
|
</x-layout>
|