[pve-devel] r5602 - pve-manager/pve2/www/manager

svn-commits at proxmox.com svn-commits at proxmox.com
Wed Feb 23 13:23:16 CET 2011


Author: dietmar
Date: 2011-02-23 13:23:16 +0100 (Wed, 23 Feb 2011)
New Revision: 5602

Modified:
   pve-manager/pve2/www/manager/ClusterConfig.js
Log:
s/id/groupid/


Modified: pve-manager/pve2/www/manager/ClusterConfig.js
===================================================================
--- pve-manager/pve2/www/manager/ClusterConfig.js	2011-02-23 12:22:41 UTC (rev 5601)
+++ pve-manager/pve2/www/manager/ClusterConfig.js	2011-02-23 12:23:16 UTC (rev 5602)
@@ -107,9 +107,9 @@
 	    autoDestory: true,
 	    root: 'data',
 	    restful: true, // use GET, not POST
-	    fields: [ 'id', 'comment' ],
-	    idProperty: 'id',
-	    sortInfo: { field: 'id', order: 'DESC' }
+	    fields: [ 'groupid', 'comment' ],
+	    idProperty: 'groupid',
+	    sortInfo: { field: 'groupid', order: 'DESC' }
 	});
 
 	Ext.apply(self, {
@@ -121,7 +121,7 @@
 		    header: 'Group name',
 		    width: 200,
 		    sortable: true,
-		    dataIndex: 'id'
+		    dataIndex: 'groupid'
 		},
 		{
 		    id: 'comment',




More information about the pve-devel mailing list