feat: Add lastDeploymentInfo and lastDeploymentLink props to breadcrumbs and status components

This commit is contained in:
Andras Bacsai
2024-05-17 10:12:13 +02:00
parent 5b56249d12
commit 7a618ef89c
4 changed files with 8 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<span wire:loading.remove.delay.longer class="flex items-center">
<div class="badge badge-warning "></div>
<div class="pl-2 pr-1 text-xs font-bold tracking-wider dark:text-warning" @if($lastDeploymentInfo) title="{{$lastDeploymentInfo}}" @endif>
@if ($lastDeploymentLink)
@if ($lastDeploymentLink)
<a href="{{ $lastDeploymentLink }}" class="underline cursor-pointer">
{{ str($status)->before(':')->headline() }}
</a>