From 7bd96c2de7ad24791a6b13ec4686ada9fd06a553 Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Wed, 15 Apr 2015 06:31:26 -0700 Subject: [PATCH] Fixes non-working links from /health/processor/ when clicking on either processor name or graphs/bars --- html/pages/health/processor.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/health/processor.inc.php b/html/pages/health/processor.inc.php index 9c4af2070..7bed561ba 100644 --- a/html/pages/health/processor.inc.php +++ b/html/pages/health/processor.inc.php @@ -25,7 +25,7 @@ foreach (dbFetchRows("SELECT * FROM `processors` AS P, `devices` AS D WHERE D.de $text_descr = str_replace("Sub-Module", "Module ", $text_descr); $text_descr = str_replace("DFC Card", "DFC", $text_descr); - $proc_url = "device/".$device['device_id']."/health/processor/"; + $proc_url = "device/device=".$device['device_id']."/tab=health/metric=processor/"; $mini_url = "graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$config['time']['day']."&to=".$config['time']['now']."&width=80&height=20&bg=f4f4f400";