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:
@@ -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: [
|
||||
|
||||
@@ -207,7 +207,7 @@ ZombieTab_Commands = function(zombie) {
|
||||
title:'Commands',
|
||||
layout: 'fit',
|
||||
region: 'center',
|
||||
autScroll: true,
|
||||
autoScroll: true,
|
||||
items: {
|
||||
layout: 'border',
|
||||
border: false,
|
||||
|
||||
Reference in New Issue
Block a user