mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			170 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php if (! $object->perfdata) return ?>
 | |
| <tr>
 | |
|   <th><?= $this->translate('Performance data') ?></th>
 | |
|   <td>
 | |
|       <?= $this->perfdata($object->perfdata) ?>
 | |
|   </td>
 | |
| </tr>
 |