fix: catalog size

This commit is contained in:
jialin
2026-01-12 12:24:34 +08:00
parent 05ad296b43
commit fc76822bdf
13 changed files with 413 additions and 35 deletions
@@ -57,6 +57,7 @@ export interface ClusterListItem {
worker_config: Record<string, any>;
provider: ProviderType;
credential_id: number;
created_at: string;
zone: string;
region: string;
gpus: number;