2023-04-26 08:02:19 +00:00
|
|
|
<nav class="flex gap-4 py-2">
|
2023-05-08 10:22:45 +00:00
|
|
|
<a target="_blank" href="{{ $gitLocation }}">
|
|
|
|
<x-inputs.button>Open on Git ↗️</x-inputs.button>
|
|
|
|
</a>
|
|
|
|
<a href="{{ route('project.application.configuration', Route::current()->parameters()) }}">
|
|
|
|
<x-inputs.button>Configuration</x-inputs.button>
|
|
|
|
</a>
|
|
|
|
<a href="{{ route('project.application.deployments', Route::current()->parameters()) }}">
|
|
|
|
<x-inputs.button>Deployments</x-inputs.button>
|
|
|
|
</a>
|
2023-04-25 09:01:56 +00:00
|
|
|
<livewire:project.application.deploy :applicationId="$applicationId" />
|
2023-04-19 10:42:15 +00:00
|
|
|
</nav>
|