From 42f1257e51400d2961e677b03d9fbf011c7742f7 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 30 Jun 2009 19:06:56 +0000 Subject: [PATCH] auto height test. --- htsworkflow/frontend/static/js/htsw-inventory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htsworkflow/frontend/static/js/htsw-inventory.js b/htsworkflow/frontend/static/js/htsw-inventory.js index 3f23383..b275cf1 100644 --- a/htsworkflow/frontend/static/js/htsw-inventory.js +++ b/htsworkflow/frontend/static/js/htsw-inventory.js @@ -52,8 +52,8 @@ var getInventoryDataGrid = function(){ frame: true, width: 'auto', - height: 500, - //autoHeight: true, + //height: 500, + autoHeight: true, collapsible: false, title: "Inventory Index", iconCls: 'icon-grid' -- 2.30.2