diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 1c108a9272..87f2853833 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2540,6 +2540,11 @@ div.legend>div { opacity: 0.65 !important; } +/* Recover the padding of the legend elements under a databox parent */ +table.databox div.legend td { + padding: 1px; +} + div.nodata_text { padding: 5px 12px 0px 68px; font-weight: bold; diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 423f6c7411..186731a5db 100755 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -206,13 +206,13 @@ $out = ''; + grafico_eventos_total("", 280, 150, false) . ''; $out .="
"; $out .= '
' . __('Event graph by agent') . '' . - grafico_eventos_grupo(250, 170, "", false, false, false) . '
'; + grafico_eventos_grupo(280, 150, "", false, false, false) . ''; $out .= '
'; echo $out;