Commit 9ce4c970 authored by Dietmar Maurer's avatar Dietmar Maurer

add migrate button to VNCConsole window

parent 21712d7d
...@@ -245,6 +245,17 @@ Ext.define('PVE.KVMConsole', { ...@@ -245,6 +245,17 @@ Ext.define('PVE.KVMConsole', {
}); });
} }
}, },
{
text: gettext('Migrate'),
handler: function() {
var win = Ext.create('PVE.window.Migrate', {
vmtype: 'qemu',
nodename: me.nodename,
vmid: me.vmid
});
win.show();
}
},
{ {
xtype: 'pveQemuSendKeyMenu', xtype: 'pveQemuSendKeyMenu',
nodename: me.nodename, nodename: me.nodename,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment