';
}
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)) {
if ($filter_monitors) {
echo '' .
__('Any monitors aren\'t with this filter.') . '
';
}
else {
echo '' .
__('This agent doesn\'t have any active monitors.') . '
';
}
}
else {
$url = "index.php?" .
"sec=estado&" .
"sec2=operation/agentes/ver_agente&" .
"id_agente=" . $id_agente . "&" .
"refr=&filter_monitors=1&" .
"status_filter_monitor=" . $status_filter_monitor . "&" .
"status_text_monitor=" . $status_text_monitor . "&".
"status_module_group=" . $status_module_group;
if ($paginate_module) {
ui_pagination ($count_modules, false, 0, 0, false, 'offset',
true, '',
"pagination_list_modules(offset_param)",
array('count' => '', 'offset' => 'offset_param'));
}
html_print_table ($table);
if ($paginate_module) {
ui_pagination ($count_modules, false, 0, 0, false, 'offset',
true, '',
"pagination_list_modules(offset_param)",
array('count' => '', 'offset' => 'offset_param'));
}
}
unset ($table);
unset ($table_data);
}
?>