From 9ecaa7590bb4541b36b1c157e6e486424b34ad24 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 29 Mar 2015 12:30:52 +0100 Subject: [PATCH] Made poller message box a link to /poll-log/ --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 950541fb2d..77f39199b4 100755 --- a/html/index.php +++ b/html/index.php @@ -331,7 +331,7 @@ echo(' Powered by ' . $config['proj } if(dbFetchCell("SELECT COUNT(`device_id`) FROM `devices` WHERE `last_polled` <= DATE_ADD(NOW(), INTERVAL - 15 minute) AND `ignore` = 0 AND `disabled` = 0 AND status = 1",array()) > 0) { - $msg_box[] = array('type' => 'warning', 'message' => "It appears as though you have some devices that haven't completed polling within the last 15 minutes, you may want to check that out :)",'title' => 'Devices unpolled'); + $msg_box[] = array('type' => 'warning', 'message' => "It appears as though you have some devices that haven't completed polling within the last 15 minutes, you may want to check that out :)",'title' => 'Devices unpolled'); } if(is_array($msg_box)) {