mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
modified function for availability reporting
This commit is contained in:
parent
3c25125713
commit
e0242462eb
@ -2321,7 +2321,7 @@ function reporting_html_availability(&$table, $item) {
|
||||
|
||||
global $config;
|
||||
|
||||
if (!empty($item["data"]) || ($hide_notinit_agent !=1 && ($item['type'] == "availability" || $item['type'] == "sla"))) {
|
||||
if (!empty($item["data"]) || $hide_notinit_agent !=1) {
|
||||
$table1 = new stdClass();
|
||||
$table1->width = '99%';
|
||||
$table1->data = array ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user