fix: show max gpu

This commit is contained in:
jialin
2026-05-27 12:14:15 +08:00
committed by jialin
parent d0bc206c83
commit e3d6d08916
7 changed files with 35 additions and 16 deletions
@@ -133,6 +133,7 @@ export interface InstanceTypeItem {
name: string;
spec: InstanceTypeSpec;
disabled?: boolean;
maxAccelerator?: number;
status: InstanceTypeStatus;
}