mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	Perfdata experiments
This commit is contained in:
		
							parent
							
								
									6ebd3e7b0f
								
							
						
					
					
						commit
						20c89bddf2
					
				| @ -82,7 +82,8 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract | |||||||
|             $result = $perfdata; |             $result = $perfdata; | ||||||
|         } |         } | ||||||
|         if (! empty($table)) { |         if (! empty($table)) { | ||||||
|             $result = '<table class="perfdata">' . implode("\n", $table) . '</table>' . $result; |             // TODO: What if we have both? And should we trust sprintf-style placeholders in perfdata titles?
 | ||||||
|  |             $result = '<table class="perfdata">' . implode("\n", $table) . '</table>'; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         return $result; |         return $result; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user