mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php if ($object->perfdata): ?>
 | |
| <h2><?= $this->translate('Performance data') ?></h2>
 | |
| <?= $this->perfdata($object->perfdata) ?>
 | |
| <?php endif ?>
 |