diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 153205fadf..5ec058639f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-11-12 Miguel de Dios + + * operation/agentes/networkmap.php: changed the size of the field + for the name of networkmap. + 2013-11-12 Miguel de Dios * godmode/reporting/map_builder.php: added ids to the links for to @@ -6,7 +11,7 @@ * godmode/reporting/visual_console_builder.editor.js, include/functions_visual_map.php: fixed the simple value macros in the editor. - + 2013-11-11 Alejandro Gallardo * mobile/operation/home.php: Added an option to hide the diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index 099bc3e70a..d312f824d5 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -304,7 +304,7 @@ $table->width = '95%'; $table->class = 'databox'; $table->data = array(); $table->data[0][] = __('Name:') . ' ' . - html_print_input_text ('name', $name, '', 10, 25, true); + html_print_input_text ('name', $name, '', 25, 50, true); $table->data[0][] = __('Group:') . ' ' . html_print_select_groups(false, 'AR', false, 'group', $group, '', 'All', 0, true); if ($activeTab == 'groups' || $activeTab == 'policies') {