Tenants
TenantsDetail
Tenant detail view with tabbed sections for overview, settings, billing, and members.
TenantsDetail
Renders a full tenant detail page with tabs for general overview, settings & feature flags, billing & usage, and member list, plus admin actions to suspend, activate, or change the tenant's plan.
Components
<XAdminTenantsDetail />
Displays a tabbed tenant detail view composing settings, billing, and member sub-components with an admin action toolbar.
<XAdminTenantsDetail :tenantId="tenantId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tenantId | string | — | ID of the tenant to display |
endpoint | string | '/api/admin/tenants' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
defaultTab | 'overview' | 'settings' | 'billing' | 'members' | 'overview' | Which tab to open by default |
showActions | boolean | true | Show admin action toolbar |
AI Context
component: XAdminTenantsDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Tenants
use-when: Rendering a full tenant detail page with settings, billing, and member information in an admin panel
