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

@ -42,7 +42,7 @@
@include("databases.partials.database-user-status", ["status" => $databaseUser->status])
</div>
</x-td>
<x-td class="flex w-full justify-end">
<x-td class="text-right">
<x-icon-button
x-on:click="$dispatch('open-modal', 'database-user-password'); document.getElementById('txt-database-user-password').value = 'Loading...';"
hx-post="{{ route('servers.databases.users.password', ['server' => $server, 'databaseUser' => $databaseUser]) }}"