You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/01/21 02:14:55 UTC

svn commit: r1061591 - /geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp

Author: rwonly
Date: Fri Jan 21 01:14:55 2011
New Revision: 1061591

URL: http://svn.apache.org/viewvc?rev=1061591&view=rev
Log:
GERONIMO-5774 some osgi portlet improvements

Modified:
    geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp

Modified: geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp?rev=1061591&r1=1061590&r2=1061591&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp (original)
+++ geronimo/server/trunk/plugins/console/osgi-portlets/src/main/webapp/WEB-INF/view/BundlesView.jsp Fri Jan 21 01:14:55 2011
@@ -302,7 +302,7 @@ var jsonStore=new dojo.data.ItemFileWrit
 
 <table jsid="grid1" id="grid1" dojoType="dojox.grid.EnhancedGrid"
 	plugins="{indirectSelection: true}" store="jsonStore"
-	query="{ id: '*' }" style="width:100%;margin:0px 0px;">
+	query="{ id: '*' }" queryOptions ="{ignoreCase: true}" style="width:100%;margin:0px 0px;">
 	<thead>
 		<tr>
 			<th field="id">Id</th>
@@ -321,7 +321,7 @@ var headersStore=new dojo.data.ItemFileW
 </script>
 <div id="singleBundleDiv" style="display:none">
 <table jsid="headersgrid" id="headersgrid" dojoType="dojox.grid.DataGrid"
-	store="headersStore" autoHeight="true" escapeHTMLInData="false" style="width:100%;margin:0px 0px;">
+	store="headersStore" autoHeight="true" escapeHTMLInData="false" selectable="true" style="width:100%;margin:0px 0px;">
 	<thead>
 		<tr>
 			<th field="hkey" width="20%">Header Name</th>