mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 11:05:45 +00:00
restrict name to DNS format 'dns-name'
This commit is contained in:
parent
961bfcb224
commit
7fabe17df2
@ -208,7 +208,7 @@ my $confdesc = {
|
||||
},
|
||||
name => {
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
type => 'string', format => 'dns-name',
|
||||
description => "Set a name for the VM. Only used on the configuration web interface.",
|
||||
},
|
||||
description => {
|
||||
|
Loading…
Reference in New Issue
Block a user