mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 22:38:40 +02:00
fix server list
This commit is contained in:
parent
603029e6aa
commit
f286e69eb0
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user