fix: select a useable instance type for initial

This commit is contained in:
jialin
2026-05-26 22:40:02 +08:00
committed by jialin
parent 7f14eb544c
commit a51f44c135
3 changed files with 21 additions and 7 deletions
@@ -131,6 +131,7 @@ export interface InstanceTypeStatus {
export interface InstanceTypeItem {
name: string;
spec: InstanceTypeSpec;
disabled?: boolean;
status: InstanceTypeStatus;
}