#11067 Add to the title the ip_target of the module when it exists.

This commit is contained in:
miguel angel rasteu 2023-04-27 09:58:16 +02:00
parent 0b5672980d
commit 88d6e0e4f1
1 changed files with 4 additions and 0 deletions

View File

@ -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(