mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-02 15:29:58 +00:00
reword suspend
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@proxmox.com>
This commit is contained in:
parent
a2fb6c87cb
commit
b7d94d3e1a
3
Utils.js
3
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') ],
|
||||
|
Loading…
Reference in New Issue
Block a user