#11067 Add to the title the ip_target of the module when it exists.
This commit is contained in:
parent
0b5672980d
commit
88d6e0e4f1
|
@ -872,6 +872,10 @@ if ($modules !== false) {
|
|||
$title
|
||||
);
|
||||
|
||||
if (strlen($module['ip_target']) !== 0) {
|
||||
$title .= '<br/>'.$module['ip_target'];
|
||||
}
|
||||
|
||||
// This module is initialized ? (has real data).
|
||||
if ($status === STATUS_MODULE_NO_DATA) {
|
||||
$data[2] .= html_print_image(
|
||||
|
|
Loading…
Reference in New Issue