From 9ebcdb45a14a9d37b6a2b585afc0207b8137bea8 Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Mon, 20 Feb 2017 12:31:58 +0100 Subject: [PATCH] Merge branch '40-ancho-de-los-combobox-integria-4407-2' into 'develop' Not limit 300px agent and module comboboxes in graph builder - #40 See merge request !173 --- .../godmode/reporting/graph_builder.graph_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index 745b91ed15..90c75f1098 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -149,7 +149,7 @@ echo "".__('Modules').""; echo ""; echo "".html_print_select (agents_get_group_agents(), 'id_agents[]', 0, false, '', '', true, true, true, '', false, 'width:300px;').""; echo "" . html_print_image("images/darrowright.png", true) . ""; -echo "".html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, 'width:300px;').""; +echo "".html_print_select (array (), 'module[]', 0, false, '', 0, true, true, true, '', false, '').""; echo ""; echo ""; echo "";