ui fix and build

This commit is contained in:
Saeed Vaziry
2024-04-14 18:17:44 +02:00
parent 5ab6617b5d
commit 0cd815cce6
8 changed files with 8 additions and 15 deletions

View File

@ -49,7 +49,7 @@
<x-td>
<x-datetime :value="$log->created_at" />
</x-td>
<x-td class="flex w-full justify-end">
<x-td class="text-right">
<x-icon-button
x-on:click="$dispatch('open-modal', 'show-log'); document.getElementById('log-content').firstChild.innerHTML = '';"
hx-get="{{ route('servers.logs.show', ['server' => $server, 'serverLog' => $log->id]) }}"