From 4b7983163e331b281047cb87400687df124bfed7 Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Fri, 19 Aug 2011 12:55:20 +0000 Subject: [PATCH] Made command results history panel resizable Fixes Issue 451 git-svn-id: https://beef.googlecode.com/svn/trunk@1213 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../media/javascript/ui/panel/tabs/ZombieTabCommands.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index faabb1cf3..303c29a0e 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -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.",