fix: wrong executions order

This commit is contained in:
Vahor
2024-09-03 17:35:18 +02:00
parent 278c8c6ec6
commit cadb12986c
5 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<div class="flex flex-col-reverse gap-4">
<div class="flex flex-col gap-4">
@forelse($executions as $execution)
@if (data_get($execution, 'id') == $selectedKey)
<div class="p-4 mb-2 bg-gray-100 dark:bg-coolgray-200 rounded">
@@ -33,4 +33,4 @@
@empty
<div class="p-4 bg-gray-100 dark:bg-coolgray-200 rounded">No executions found.</div>
@endforelse
</div>
</div>