2023-04-26 10:02:19 +02:00
|
|
|
<nav class="flex gap-4 py-2">
|
2023-04-25 11:01:56 +02:00
|
|
|
<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" />
|
2023-04-19 12:42:15 +02:00
|
|
|
</nav>
|