mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-02 00:52:28 +00:00
gui: CmdMenu: rename suspend to paus
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
995a8ea2c6
commit
a33f612bcf
@ -64,12 +64,12 @@ Ext.define('PVE.qemu.CmdMenu', {
|
||||
}
|
||||
},
|
||||
{
|
||||
text: gettext('Suspend'),
|
||||
text: gettext('Pause'),
|
||||
iconCls: 'fa fa-fw fa-pause',
|
||||
hidden: stopped || suspended,
|
||||
disabled: stopped || suspended,
|
||||
handler: function() {
|
||||
var msg = Proxmox.Utils.format_task_description('qmsuspend', vmid);
|
||||
var msg = Proxmox.Utils.format_task_description('qmpause', vmid);
|
||||
Ext.Msg.confirm(gettext('Confirm'), msg, function(btn) {
|
||||
if (btn !== 'yes') {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user