mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 08:04:41 +02:00
fix some broken links since plural to singular, remove some base_url usage while at it
git-svn-id: http://www.observium.org/svn/observer/trunk@2087 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -29,7 +29,7 @@ while ($proc = mysql_fetch_assoc($procs))
|
||||
$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/processors/";
|
||||
$proc_url = "device/".$device['device_id']."/health/processor/";
|
||||
|
||||
$mini_url = $config['base_url'] . "/graph.php?id=".$proc['processor_id']."&type=".$graph_type."&from=".$day."&to=".$now."&width=80&height=20&bg=f4f4f4";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user