From 98b8d17cb6b3de7184c5c68b02a09d534860226f Mon Sep 17 00:00:00 2001 From: javilanz Date: Mon, 25 Apr 2011 16:24:43 +0000 Subject: [PATCH] 2011-04-25 Javier Lanz * include/functions_reporting.php: Fixed a small font problem displaying SLA reports status git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4279 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_reporting.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index bd90130c04..d6fbf44f91 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-04-25 Javier Lanz + + * include/functions_reporting.php: Fixed a small font problem displaying + SLA reports status + 2011-04-25 Miguel de Dios * include/functions_graph.php, include/graphs/functions_pchart.php, diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index c1d896b2ea..014bbe22c2 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2099,7 +2099,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { if ($sla_value === false) { $data[4] = ''; - $data[5] = __('Unknown'); + $data[5] = ''.__('Unknown').''; } else { if ($sla_value >= $sla['sla_limit']) { $data[4] = '';