[Commits] r383 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Tue Apr 14 23:10:49 CEST 2009
Author: tschaub
Date: 2009-04-14 23:10:49 +0200 (Tue, 14 Apr 2009)
New Revision: 383
Modified:
apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js
Log:
Removing redundant description column.
Modified: apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js 2009-04-14 20:32:13 UTC (rev 382)
+++ apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js 2009-04-14 21:10:49 UTC (rev 383)
@@ -38,7 +38,7 @@
*/
url: null,
- autoExpandColumn: "description",
+ autoExpandColumn: "title",
/**
* Method: initComponent
@@ -74,9 +74,8 @@
this.cm = new Ext.grid.ColumnModel([
expander,
{header: "Name", dataIndex: "name", sortable: true},
- {header: "Title", dataIndex: "title", sortable: true},
- {header: "Queryable", dataIndex: "queryable", sortable: true, width: 70},
- {id: "description", header: "Description", dataIndex: "abstract"}
+ {id: "title", header: "Title", dataIndex: "title", sortable: true},
+ {header: "Queryable", dataIndex: "queryable"}
]);
CapabilitiesGrid.superclass.initComponent.call(this);
More information about the Commits
mailing list