From 3751af36c799b8f129741d1548deb4aa094b00ea Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Thu, 1 Jun 2023 15:08:34 +0200 Subject: [PATCH] #11418 fixed css in graphs --- pandora_console/operation/agentes/graphs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/graphs.php b/pandora_console/operation/agentes/graphs.php index f976d21001..b796c610c7 100644 --- a/pandora_console/operation/agentes/graphs.php +++ b/pandora_console/operation/agentes/graphs.php @@ -321,7 +321,7 @@ if ($combined) { foreach ($modules as $id_module) { $title = modules_get_agentmodule_name($id_module); $unit = modules_get_unit($id_module); - echo '
'; + echo '
'; echo '

'.$title.'

'; echo '
'.html_print_image('images/spinner.gif', true).'
'; echo '
';