rename schemalessAttrributes

This commit is contained in:
Andras Bacsai
2023-05-30 09:52:58 +02:00
parent bdb19dae89
commit 108c790cf4
8 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
'border-error hover:bg-error' => $deployment->status === 'error',
'border-success hover:bg-success' => $deployment->status === 'finished',
]) @if ($deployment->status !== 'cancelled by system' && $deployment->status !== 'queued')
href="{{ $current_url . '/' . $deployment->metadata['deployment_uuid'] }}"
href="{{ $current_url . '/' . $deployment->extra_attributes['deployment_uuid'] }}"
@endif
class="hover:no-underline">
<div class="flex flex-col justify-start">