ext6migrate: fix pool member view

change show event to activate

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2016-03-14 16:22:34 +01:00
committed by Dietmar Maurer
parent abf21f2ff9
commit 65725cac4e

View File

@ -172,7 +172,7 @@ Ext.define('PVE.grid.PoolMembers', {
},
columns: coldef,
listeners: {
show: reload
activate: reload
}
});