From fc280ffb08013c75c6163bcb259307834deddf9f Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Fri, 14 Feb 2020 11:46:56 +0100 Subject: [PATCH] Revert "Alert Detail Ping Latency (#11140)" (#11149) This reverts commit 082a1ee079a8007f369062f52e45ad76274d5555. --- includes/html/functions.inc.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/includes/html/functions.inc.php b/includes/html/functions.inc.php index 4d0ca7e44b..28c8d6c0e6 100644 --- a/includes/html/functions.inc.php +++ b/includes/html/functions.inc.php @@ -981,17 +981,6 @@ function alert_details($details) $fallback = false; } - if ($tmp_alerts['last_ping_timetaken']) { - $fault_detail .= "Latency: 'graphs', - 'from' => '-24hour', - 'to' => 'now', - 'type' => 'device_ping_perf', - 'device' => $tmp_alerts['device_id'])) . "'>"; - $fault_detail .= $tmp_alerts['last_ping_timetaken']. 'ms'; - $fault_detail .= ""; - $fallback = false; - } - if ($tmp_alerts['type'] && $tmp_alerts['label']) { if ($tmp_alerts['error'] == "") { $fault_detail .= ' ' . $tmp_alerts['type'] . ' - ' . $tmp_alerts['label'] . '; ';