mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11381 fixed ip address name in availability report
This commit is contained in:
parent
a32d9351df
commit
7a03a5bac9
@ -9123,7 +9123,7 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
||||
modules_get_agentmodule_agent($item['id_agent_module'])
|
||||
);
|
||||
|
||||
if (empty($text)) {
|
||||
if (empty($row['data']['availability_item'])) {
|
||||
$row['data']['availability_item'] = __('No Address');
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user