mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
refactor: Update deployment previews heading to "Deployments"
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if ($application->previews->count() > 0)
|
@if ($application->previews->count() > 0)
|
||||||
<h3 class="py-4">Deployed Previews</h3>
|
<h3 class="py-4">Deployments</h3>
|
||||||
<div class="flex flex-wrap w-full gap-4">
|
<div class="flex flex-wrap w-full gap-4">
|
||||||
@foreach (data_get($application, 'previews') as $previewName => $preview)
|
@foreach (data_get($application, 'previews') as $previewName => $preview)
|
||||||
<div class="flex flex-col w-full p-4 border dark:border-coolgray-200">
|
<div class="flex flex-col w-full p-4 border dark:border-coolgray-200">
|
||||||
|
|||||||
Reference in New Issue
Block a user