From c9373e95fb8d0796b0492c68480a83e43a2a8d48 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Thu, 2 Feb 2017 18:38:48 +0100 Subject: [PATCH] No width limit in graph editor agents selector - #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 745b91ed15..beb35503fc 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -147,7 +147,7 @@ echo "".__('Agents').""; echo ""; echo "".__('Modules').""; echo ""; -echo "".html_print_select (agents_get_group_agents(), 'id_agents[]', 0, false, '', '', true, true, true, '', false, 'width:300px;').""; +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 "";