mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
6 lines
335 B
PHP
6 lines
335 B
PHP
<nav class="flex gap-4 py-2">
|
|
<a href="{{ route('project.application.configuration', Route::current()->parameters()) }}">Configuration</a>
|
|
<a href="{{ route('project.application.deployments', Route::current()->parameters()) }}">Deployments</a>
|
|
<livewire:project.application.deploy :applicationId="$applicationId" />
|
|
</nav>
|