';
}
else {
$data[9] = '';
}
$data[9] .= ui_print_timestamp ($module["utimestamp"], true, array('style' => 'font-size: 7pt'));
$data[9] .= '';
array_push ($table->data, $data);
$rowIndex++;
}
?>
data)) {
echo ''.__('This agent doesn\'t have any active monitors').'
';
}
else {
echo "".__('Full list of monitors')."
";
html_print_table ($table);
}
unset ($table);
unset ($table_data);
ui_require_css_file ('cluetip');
ui_require_jquery_file ('cluetip');
?>