mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixes on the SLA report items
This commit is contained in:
parent
c3db528040
commit
8a9954f3cf
@ -3841,8 +3841,8 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$malformed_planned_downtimes_empty
|
if (!$malformed_planned_downtimes_empty
|
||||||
&& isset($malformed_planned_downtimes[$server])
|
&& isset($malformed_planned_downtimes_by_server[$server])
|
||||||
&& isset($malformed_planned_downtimes[$server][$planned_downtime['id']])) {
|
&& isset($malformed_planned_downtimes_by_server[$server][$planned_downtime['id']])) {
|
||||||
$next_row_num = count($table_planned_downtimes->data);
|
$next_row_num = count($table_planned_downtimes->data);
|
||||||
$table_planned_downtimes->cellstyle[$next_row_num][0] = 'color: red';
|
$table_planned_downtimes->cellstyle[$next_row_num][0] = 'color: red';
|
||||||
$table_planned_downtimes->cellstyle[$next_row_num][1] = 'color: red';
|
$table_planned_downtimes->cellstyle[$next_row_num][1] = 'color: red';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user