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 aa5dbcc32f
commit 1928545b8d

View File

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