mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 05:26:01 +00:00
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:
parent
e4ad4e064a
commit
b6262736d7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user