mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 14:32:46 +00:00
node config: limit description/comment length to 64 KiB
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
055b696736
commit
e466f896d5
@ -80,7 +80,9 @@ sub lock_config {
|
||||
my $confdesc = {
|
||||
description => {
|
||||
type => 'string',
|
||||
description => 'Node description/comment.',
|
||||
description => "Description for the Node. Shown in the web-interface node notes panel."
|
||||
." This is saved as comment inside the configuration file.",
|
||||
maxLength => 64 * 1024,
|
||||
optional => 1,
|
||||
},
|
||||
wakeonlan => {
|
||||
|
Loading…
Reference in New Issue
Block a user