[pve-devel] [PATCH pve-manager 3/3 v2] ext6migrate: listen to 'activate' events for panels inside a tabpanel
Dietmar Maurer
dietmar at proxmox.com
Mon Nov 30 12:13:46 CET 2015
> diff --git a/www/manager6/dc/Summary.js b/www/manager6/dc/Summary.js
> index b0f8b32..e6d8236 100644
> --- a/www/manager6/dc/Summary.js
> +++ b/www/manager6/dc/Summary.js
> @@ -128,7 +128,7 @@ Ext.define('PVE.dc.Summary', {
> layout: 'border',
> items: [ nodegrid ],
> listeners: {
> - show: function() {
> + activate: function() {
> nodegrid.fireEvent('show', nodegrid);
Why do we still fire a 'show' event? Is that required?
More information about the pve-devel
mailing list