mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-06-05 07:55:44 +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',
|
iconCls: 'fa fa-fw fa-pause',
|
||||||
hidden: stopped || suspended,
|
hidden: stopped || suspended,
|
||||||
disabled: stopped || suspended,
|
disabled: stopped || suspended,
|
||||||
handler: function() {
|
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) {
|
Ext.Msg.confirm(gettext('Confirm'), msg, function(btn) {
|
||||||
if (btn !== 'yes') {
|
if (btn !== 'yes') {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user