From 3f192c53dbc54264973d1aff720e0b4f666ff783 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Fri, 8 Oct 2010 15:37:45 +0000 Subject: [PATCH] 2010-10-08 Raul Mateos * operation/agentes/estado_monitores.php: Center status icon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3375 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/agentes/estado_monitores.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2e7f605c86..01da6ee6f6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-10-08 Raúl Mateos + + * operation/agentes/estado_monitores.php: Center status icon. + 2010-10-08 Dario Rodriguez * include/functions_io.php: Added functions ascii_to_html and html_to_ascii. diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index b0006bf71b..a1f8b84d2b 100644 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -2,7 +2,7 @@ // Pandora FMS - http://pandorafms.com // ================================================== -// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas +// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas // Please see http://pandorafms.org for full contribution list // This program is free software; you can redistribute it and/or @@ -168,7 +168,7 @@ $table->head[8] = __('Last contact') . ' ' . '' . ''; -$table->align = array("left","left","left","left","center"); +$table->align = array("left","left","left","left","left","center"); $last_modulegroup = 0; $rowIndex = 0;