From de5a900bd3801ca9ab111ec7115a04edf5a17d68 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 8 Jul 2014 19:40:13 +0100 Subject: [PATCH] Updated drive_id to storage_id --- html/pages/device/health/storage.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/device/health/storage.inc.php b/html/pages/device/health/storage.inc.php index 845ea1dbd9..53bb31d2f1 100644 --- a/html/pages/device/health/storage.inc.php +++ b/html/pages/device/health/storage.inc.php @@ -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('
".$device['hostname']." - ".$drive['storage_descr']; $fs_popup .= "
";