Changeset 7300
- Timestamp:
- 11/23/08 01:15:27 (2 years ago)
- Files:
-
- modules/branches/2.6/dashboard/page.index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/dashboard/page.index.php
r7286 r7300 202 202 $out .= "<h4>"._("Disks")."</h4>"; 203 203 foreach ($sysinfo->filesystems() as $fs) { 204 $out .= draw_graph($fs["mount"], "GB", number_format($fs["used"]/1024/1024, 2 ), number_format($fs["size"]/1024/1024,2), strpos( $fs["options"],"ro" )!==false ? array(0=>"graphok"):null);204 $out .= draw_graph($fs["mount"], "GB", number_format($fs["used"]/1024/1024, 2,".",""), number_format($fs["size"]/1024/1024,2,".",""), strpos( $fs["options"],"ro" )!==false ? array(0=>"graphok"):null); 205 205 } 206 206
