validate nodeselector after store is loaded
this shows the validation status immediatly if no node is selected (for instance because no node is online or you have only one node and open the migration window) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
5972ae1cd4
commit
c7cf5c25da
@ -112,5 +112,8 @@ Ext.define('PVE.form.NodeSelector', {
|
||||
}
|
||||
}));
|
||||
|
||||
me.mon(me.getStore(), 'load', function(){
|
||||
me.isValid();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user