feat: show agent/env counts in vendor tenant list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -41,6 +41,9 @@ export interface VendorTenantSummary {
|
||||
serverState: string;
|
||||
licenseExpiry: string | null;
|
||||
provisionError: string | null;
|
||||
agentCount: number;
|
||||
environmentCount: number;
|
||||
agentLimit: number;
|
||||
}
|
||||
|
||||
export interface VendorTenantDetail {
|
||||
|
||||
Reference in New Issue
Block a user