fix: default instance type, storageMode

This commit is contained in:
jialin
2026-05-26 22:40:02 +08:00
committed by jialin
parent a51f44c135
commit 2f04e01f4f
21 changed files with 213 additions and 185 deletions
@@ -8,6 +8,7 @@ export interface FormData {
displayName?: string | null;
description?: string | null;
enable_ssh?: boolean;
storageMode?: string;
spec: {
type: string;
image: string;