mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
2.x - firewall/metrics/services/cronjobs
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
use App\Models\Server;
|
||||
use App\Models\Site;
|
||||
use App\Web\Components\Page;
|
||||
use App\Web\Pages\Servers\Sites\Widgets\SitesList;
|
||||
use App\Web\Traits\PageHasServer;
|
||||
use Filament\Actions\CreateAction;
|
||||
|
||||
@ -29,7 +28,7 @@ public static function canAccess(): bool
|
||||
public function getWidgets(): array
|
||||
{
|
||||
return [
|
||||
[SitesList::class, ['server' => $this->server]],
|
||||
[Widgets\SitesList::class, ['server' => $this->server]],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user