admin widget zu dokploy geswitched

This commit is contained in:
Codex Agent
2025-11-18 16:45:56 +01:00
parent 6720ad84cf
commit 125c624588
22 changed files with 693 additions and 512 deletions

View File

@@ -0,0 +1,16 @@
<?php
namespace App\Filament\Resources\InfrastructureActionLogs\Pages;
use App\Filament\Resources\InfrastructureActionLogs\InfrastructureActionLogResource;
use Filament\Resources\Pages\ManageRecords;
class ManageInfrastructureActionLogs extends ManageRecords
{
protected static string $resource = InfrastructureActionLogResource::class;
protected function getHeaderActions(): array
{
return [];
}
}