Made command results history panel resizable

Fixes Issue 451



git-svn-id: https://beef.googlecode.com/svn/trunk@1213 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-08-19 12:55:20 +00:00
parent b1de14dcf1
commit 4b7983163e

View File

@@ -80,9 +80,11 @@ ZombieTab_Commands = function(zombie) {
autoScroll: true,
border: true,
width: 260,
bodyStyle: 'border-right: 1px solid #99BBE8; border-left: 1px solid #99BBE8;',
i:0,
minSize: 160,
maxSize: 300,
split: true,
view: new Ext.grid.GridView({
forceFit: true,
emptyText: "The results from executed command modules will be listed here.",