[pve-devel] [PATCH widget-toolkit 1/1] reword suspend

Dominik Csapak d.csapak at proxmox.com
Fri Mar 29 10:44:32 CET 2019


we have now have two suspend modes:

* pause: leave the process running and pause the guest cpu
* hibernate: save the state (and memory) to disk, stop the vm

since the meanings of suspend and hibernate are too close,
we change the old 'suspend' to 'pause'

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 Utils.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Utils.js b/Utils.js
index ef4aa5e..f1935ec 100644
--- a/Utils.js
+++ b/Utils.js
@@ -447,7 +447,8 @@ Ext.define('Proxmox.Utils', { utilities: {
 	qmstop: [ 'VM', gettext('Stop') ],
 	qmreset: [ 'VM', gettext('Reset') ],
 	qmshutdown: [ 'VM', gettext('Shutdown') ],
-	qmsuspend: [ 'VM', gettext('Suspend') ],
+	qmsuspend: [ 'VM', gettext('Hibernate') ],
+	qmpause: [ 'VM', gettext('Pause') ],
 	qmresume: [ 'VM', gettext('Resume') ],
 	qmconfig: [ 'VM', gettext('Configure') ],
 	vzsnapshot: [ 'CT', gettext('Snapshot') ],
-- 
2.11.0





More information about the pve-devel mailing list