From 43572bd93c3c9964b192f1bf770ed70e26da92a8 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Tue, 28 Feb 2017 12:27:01 +0100 Subject: [PATCH] Improve custom graph interface / 3 - #66 --- pandora_console/godmode/reporting/graph_builder.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/godmode/reporting/graph_builder.php b/pandora_console/godmode/reporting/graph_builder.php index 0e26daab76..ac342f3a13 100644 --- a/pandora_console/godmode/reporting/graph_builder.php +++ b/pandora_console/godmode/reporting/graph_builder.php @@ -198,6 +198,9 @@ if ($change_label) { if ($edit_graph) { $buttons = array( + 'graph_list' => array('active' => false, + 'text' => '' . + html_print_image("images/list.png", true, array ("title" => __('Graph list'))) .''), 'main' => array('active' => false, 'text' => '' . html_print_image("images/chart.png", true, array ("title" => __('Main data'))) .''),