mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #274 from laf/issue-laf-34
Updated drive_id to storage_id
This commit is contained in:
@ -25,7 +25,7 @@ foreach (dbFetchRows("SELECT * FROM `storage` WHERE device_id = ? ORDER BY stora
|
||||
$total = formatStorage($total);
|
||||
$free = formatStorage($free);
|
||||
|
||||
$fs_url = "graphs/id=".$drive['drive_id']."/type=storage_usage/";
|
||||
$fs_url = "graphs/id=".$drive['storage_id']."/type=storage_usage/";
|
||||
|
||||
$fs_popup = "onmouseover=\"return overlib('<div class=list-large>".$device['hostname']." - ".$drive['storage_descr'];
|
||||
$fs_popup .= "</div><img src=\'graph.php?id=" . $drive['storage_id'] . "&type=".$graph_type."&from=".$config['time']['month']."&to=".$config['time']['now']."&width=400&height=125\'>";
|
||||
|
Reference in New Issue
Block a user