mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			120 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php if (isset($graphers)) {
 | |
|   foreach ($graphers as $grapher) {
 | |
|     echo $grapher->getPreviewHtml($object);
 | |
|   }
 | |
| } ?>
 | |
| 
 |