Enabled autoScroll for the command module options panel in the admin_ui

Fixes issue 472



git-svn-id: https://beef.googlecode.com/svn/trunk@1260 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
bcoles@gmail.com
2011-09-06 13:04:46 +00:00
parent a2acadb4eb
commit 7de1b9f594
2 changed files with 2 additions and 1 deletions

View File

@@ -340,6 +340,7 @@ function genNewExploitPanel(panel, command_module_id, command_module_name, zombi
labelWidth: 75,
defaultType: 'textfield',
title: module.Name,
autoScroll: true,
bodyStyle: 'padding: 5px;',
items: [

View File

@@ -207,7 +207,7 @@ ZombieTab_Commands = function(zombie) {
title:'Commands',
layout: 'fit',
region: 'center',
autScroll: true,
autoScroll: true,
items: {
layout: 'border',
border: false,