change last status change info

Former-commit-id: e40f4ce7f042219584f0224822ca8a112f453194
This commit is contained in:
alejandro-campos 2019-02-21 17:22:00 +01:00
parent acf3c94642
commit 59159ec473
1 changed files with 2 additions and 6 deletions

View File

@ -1633,12 +1633,8 @@ if (!empty($result)) {
if (in_array('to_critical', $show_fields)) {
if ($row['estado'] == 1) {
$to_critical_timestamp = db_get_sql ('SELECT utimestamp FROM tevento WHERE id_agentmodule=' . $row['id_agente_modulo'] . ' AND event_type LIKE "going_up_critical" ORDER BY utimestamp DESC');
$data[11] = ui_print_timestamp ($to_critical_timestamp, true, $option);
} else {
$data[11] = '-';
}
$change_status_timestamp = db_get_sql ('SELECT utimestamp FROM tevento WHERE id_agentmodule=' . $row['id_agente_modulo'] . ' ORDER BY utimestamp DESC');
$data[11] = ui_print_timestamp ($change_status_timestamp, true, $option);
}