From 1a612ff3a8f09ea42e5b1216b7534119f638de12 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 14 Apr 2015 09:56:49 +0200 Subject: [PATCH] Changed style in tactical view --- pandora_console/operation/agentes/tactical.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 4c0ec73ab1..d1d28564a6 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -246,13 +246,13 @@ $out .= ''; + grafico_eventos_total("", 250, 80) . ''; $out .="
"; $out .= '
' . __('Event graph by agent') . '' . - grafico_eventos_grupo(180, 80) . '
'; + grafico_eventos_grupo(250, 80) . ''; $out .= '
'; echo $out;