[pve-devel] Pool View

Dietmar Maurer dietmar at proxmox.com
Wed Aug 13 07:24:27 CEST 2014


I really tried hard to understand what you do, but failed again - questions inline:

Also, please use git to format and send patches.

> @@ -7220,6 +7229,11 @@ Ext.define('PVE.grid.PoolMembers', {
>  	    if (!group) {
>  		var groupinfo;
>  		if (info.type === groupby) {
> +		    if (groupby=="pool") {
> +			var rstore = new Ext.data.Store({
> +			    model: 'pve-pools'
> +			});
> +		    }
>  		    groupinfo = info;
>  		} else {
>  		    groupinfo = {
> 

First, I can't determine the file to apply that patch - I have no such 
code in pve-manager/www/manager/grid/PoolMembers.js

Second, I don't understand that code at all. You define 'rstore', but never use it?


More information about the pve-devel mailing list