Add tenant lifecycle view and limit controls
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-01 19:36:51 +01:00
parent 117250879b
commit da06db2d3b
22 changed files with 1312 additions and 148 deletions

View File

@@ -10,6 +10,16 @@ class ViewTenant extends ViewRecord
{
protected static string $resource = TenantResource::class;
public static function getNavigationLabel(): string
{
return __('admin.tenants.pages.overview');
}
public function getTitle(): string
{
return __('admin.tenants.pages.overview');
}
protected function getHeaderActions(): array
{
return [