Neuordnung des SuperAdminBackends
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Filament\SuperAdmin\Pages;
|
||||
|
||||
use App\Filament\Clusters\RareAdmin\RareAdminCluster;
|
||||
use App\Models\InfrastructureActionLog;
|
||||
use App\Services\Dokploy\DokployClient;
|
||||
use BackedEnum;
|
||||
@@ -17,6 +18,10 @@ class DokployDeployments extends Page
|
||||
|
||||
protected static ?string $title = 'Infrastructure Controls';
|
||||
|
||||
protected static null|string|\UnitEnum $navigationGroup = null;
|
||||
|
||||
protected static ?string $cluster = RareAdminCluster::class;
|
||||
|
||||
protected string $view = 'filament.super-admin.pages.dokploy-deployments';
|
||||
|
||||
public array $composes = [];
|
||||
@@ -25,6 +30,11 @@ class DokployDeployments extends Page
|
||||
|
||||
public ?string $dokployWebUrl = null;
|
||||
|
||||
public static function getNavigationGroup(): \UnitEnum|string|null
|
||||
{
|
||||
return __('admin.nav.infrastructure');
|
||||
}
|
||||
|
||||
public function mount(DokployClient $client): void
|
||||
{
|
||||
$this->dokployWebUrl = config('dokploy.web_url');
|
||||
|
||||
Reference in New Issue
Block a user