diff --git a/html/includes/table/storage.inc.php b/html/includes/table/storage.inc.php index a381a63c2a..fc5486fc19 100644 --- a/html/includes/table/storage.inc.php +++ b/html/includes/table/storage.inc.php @@ -68,7 +68,7 @@ foreach (dbFetchRows($sql,$param) as $drive) { 'storage_descr' => $drive['storage_descr'], 'graph' => $mini_graph, 'storage_size' => $bar_link, - 'storage_used' => $perc . "%"); + 'storage_perc' => $perc . "%"); if ($_POST['view'] == "graphs") { $graph_array['height'] = "100"; $graph_array['width'] = "216"; @@ -83,10 +83,10 @@ foreach (dbFetchRows($sql,$param) as $drive) { 'storage_descr' => $graph_data[1], 'graph' => $graph_data[2], 'storage_size' => $graph_data[3], - 'storage_used' => ''); + 'storage_perc' => ''); } # endif graphs } $output = array('current'=>$current,'rowCount'=>$rowCount,'rows'=>$response,'total'=>$total); -echo _json_encode($output); \ No newline at end of file +echo _json_encode($output); diff --git a/html/pages/health/storage.inc.php b/html/pages/health/storage.inc.php index 949e5e4f50..29d6f7961e 100644 --- a/html/pages/health/storage.inc.php +++ b/html/pages/health/storage.inc.php @@ -6,7 +6,7 @@ Storage Usage - Used + Used @@ -35,4 +35,4 @@ templates: { } }); - \ No newline at end of file +