From 92dfc7ff4268f118ad8c72452460ca4ec7645566 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 18 Jul 2015 17:30:55 +0100 Subject: [PATCH] Linked alert rule name to alert rules page --- html/includes/table/alerts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/table/alerts.inc.php b/html/includes/table/alerts.inc.php index 2efab5d1f..9ea26d49b 100644 --- a/html/includes/table/alerts.inc.php +++ b/html/includes/table/alerts.inc.php @@ -105,7 +105,7 @@ foreach (dbFetchRows($sql, $param) as $alert) { $response[] = array( 'id' => $rulei++, - 'rule' => ''.htmlentities($alert['name']).'', + 'rule' => ''.htmlentities($alert['name']).'', 'details' => '', 'hostname' => $hostname, 'timestamp' => ($alert['timestamp'] ? $alert['timestamp'] : 'N/A'),