fix server list

This commit is contained in:
Boy132 2025-09-02 10:10:04 +02:00
parent 603029e6aa
commit f286e69eb0

View File

@ -22,7 +22,7 @@
</h2> </h2>
<div class="end-0" x-on:click.stop> <div class="end-0" x-on:click.stop>
<div class="flex-1 dark:bg-gray-800 dark:text-white rounded-b-lg overflow-hidden p-1"> <div class="flex-1 dark:bg-gray-800 dark:text-white rounded-b-lg overflow-hidden p-1">
@foreach (\App\Filament\App\Resources\ServerResource\Pages\ListServers::getPowerActions(view: 'grid') as $action) @foreach (\App\Filament\App\Resources\Servers\Pages\ListServers::getPowerActions(view: 'grid') as $action)
{{ $action->record($server) }} {{ $action->record($server) }}
@endforeach @endforeach
</div> </div>