refactor: create cluster by steps

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 6e5a7035c8
commit 8de272239e
48 changed files with 1392 additions and 227 deletions
@@ -41,7 +41,7 @@ export const fieldConfig: Record<string, FieldSchema> = {
type: 'string',
title: 'Format',
widget: 'Select',
enum: ['ext4', 'xfs', 'btrfs'],
enum: ['ext4', 'xfs'],
style: { width: 150 }
}
}