mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	small fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@1536 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -44,8 +44,7 @@ while($drive = mysql_fetch_array($query)) {
 | 
			
		||||
          <a href='$fs_url' $fs_popup>".print_percentage_bar (400, 20, $perc, "$used / $total", "ffffff", $left_background, $perc . "%", "ffffff", $right_background)."</a>
 | 
			
		||||
          </td><td>" . $free . "</td><td></td></tr>");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  $graph_array['id'] = $storage['storage_id'];
 | 
			
		||||
  $graph_array['id'] = $drive['storage_id'];
 | 
			
		||||
  $graph_array['type'] = $graph_type;
 | 
			
		||||
 | 
			
		||||
  echo("<tr bgcolor='$row_colour'><td colspan=6>");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user