2011-04-25 Javier Lanz <javier.lanz@artica.es>
* 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
This commit is contained in:
parent
74b7d16e79
commit
98b8d17cb6
|
@ -1,3 +1,8 @@
|
||||||
|
2011-04-25 Javier Lanz <javier.lanz@artica.es>
|
||||||
|
|
||||||
|
* include/functions_reporting.php: Fixed a small font problem displaying
|
||||||
|
SLA reports status
|
||||||
|
|
||||||
2011-04-25 Miguel de Dios <miguel.dedios@artica.es>
|
2011-04-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php, include/graphs/functions_pchart.php,
|
* include/functions_graph.php, include/graphs/functions_pchart.php,
|
||||||
|
|
|
@ -2099,7 +2099,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) {
|
||||||
|
|
||||||
if ($sla_value === false) {
|
if ($sla_value === false) {
|
||||||
$data[4] = '<span style="font: bold '.$sizem.'em Arial, Sans-serif; color: #0000FF;">';
|
$data[4] = '<span style="font: bold '.$sizem.'em Arial, Sans-serif; color: #0000FF;">';
|
||||||
$data[5] = __('Unknown');
|
$data[5] = '<span style="font: bold '.$sizem.'em Arial, Sans-serif; color: #736F6E;">'.__('Unknown').'</span>';
|
||||||
} else {
|
} else {
|
||||||
if ($sla_value >= $sla['sla_limit']) {
|
if ($sla_value >= $sla['sla_limit']) {
|
||||||
$data[4] = '<span style="font: bold '.$sizem.'em Arial, Sans-serif; color: #000000;">';
|
$data[4] = '<span style="font: bold '.$sizem.'em Arial, Sans-serif; color: #000000;">';
|
||||||
|
|
Loading…
Reference in New Issue