Fix issues with the handling of VM creation
This commit is contained in:
@ -60,6 +60,7 @@ function VMDetailsInner(
|
||||
p.vm.name = v ?? "";
|
||||
p.onChange?.();
|
||||
}}
|
||||
checkValue={(v) => /^[a-zA-Z0-9]+$/.test(v)}
|
||||
size={ServerApi.Config.constraints.name_size}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user