filter the local node in the migrateall window

we do this already for single vm migrations, also do it for migrate all

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-12-07 11:54:36 +01:00 committed by Dietmar Maurer
parent e4ad4e064a
commit b6262736d7

View File

@ -43,6 +43,7 @@ Ext.define('PVE.window.MigrateAll', {
{ {
xtype: 'pveNodeSelector', xtype: 'pveNodeSelector',
name: 'target', name: 'target',
disallowedNodes: [me.nodename],
fieldLabel: 'Target node', fieldLabel: 'Target node',
allowBlank: false, allowBlank: false,
onlineValidator: true onlineValidator: true