mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 20:20:13 +00:00
fix bug #236: do not pass fixed shutdown timeout
This commit is contained in:
parent
d7e57fb212
commit
de3db54f23
@ -59,7 +59,7 @@ Ext.define('PVE.qemu.CmdMenu', {
|
||||
return;
|
||||
}
|
||||
|
||||
vm_command('shutdown', { timeout: 30 });
|
||||
vm_command('shutdown');
|
||||
});
|
||||
}
|
||||
},
|
||||
|
@ -78,7 +78,7 @@ Ext.define('PVE.qemu.Config', {
|
||||
disabled: !caps.vms['VM.PowerMgmt'],
|
||||
confirmMsg: Ext.String.format(gettext("Do you really want to shutdown VM {0}?"), vmid),
|
||||
handler: function() {
|
||||
vm_command('shutdown', { timeout: 30 });
|
||||
vm_command('shutdown');
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user