mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 17:20:33 +00:00
use shutdown instead of stop
This commit is contained in:
parent
503bea5d86
commit
a44bd84f38
@ -371,7 +371,7 @@ Ext.define('PVE.OpenVZConsole', {
|
|||||||
if (btn !== 'yes') {
|
if (btn !== 'yes') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vm_command("stop");
|
vm_command("shutdown");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -383,7 +383,7 @@ Ext.define('PVE.OpenVZConsole', {
|
|||||||
if (btn !== 'yes') {
|
if (btn !== 'yes') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vm_command("stop", { fast: 1 });
|
vm_command("stop");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user