mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-12 21:58:14 +00:00
reload pool members on show
This commit is contained in:
parent
4ed2d19b05
commit
0c48c3e887
@ -170,11 +170,12 @@ Ext.define('PVE.grid.PoolMembers', {
|
|||||||
viewConfig: {
|
viewConfig: {
|
||||||
stripeRows: true
|
stripeRows: true
|
||||||
},
|
},
|
||||||
columns: coldef
|
columns: coldef,
|
||||||
|
listeners: {
|
||||||
|
show: reload
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
|
|
||||||
reload();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user