From b915a1034b2fe37d11fd9b38dce4872f6a3f7a9d Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 20 Feb 2017 12:06:30 +0100 Subject: [PATCH] Not limit 300px agent and module comboboxes in graph builder - #40 --- .../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 beb35503fc..8e5d8b5d48 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, '').""; 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 "";