feat: Add lastDeploymentInfo and lastDeploymentLink props to breadcrumbs and status components
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@props([
|
||||
'lastDeploymentInfo' => null,
|
||||
'lastDeploymentLink' => null,
|
||||
'resource' => null,
|
||||
])
|
||||
@if (str($resource->status)->startsWith('running'))
|
||||
<x-status.running :status="$resource->status" :lastDeploymentInfo="$lastDeploymentInfo" :lastDeploymentLink="$lastDeploymentLink" />
|
||||
|
||||
Reference in New Issue
Block a user