]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
reword suspend
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 29 Mar 2019 09:44:32 +0000 (10:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 30 Mar 2019 11:41:41 +0000 (12:41 +0100)
commitb7d94d3e1ad1d3889eeeffeebb775be4a43d9450
treee0ed2da11fced117844178991a493e393fb15be6
parenta2fb6c87cb44bfa74f18af8457da7c0ed3e2e2f9
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>
Utils.js