mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			256 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php if (! $object->perfdata) return ?>
 | |
| <tr class="newsection">
 | |
|  <td colspan="2">
 | |
|   <h2><?= $this->translate('Performance data') ?></h2>
 | |
|  </td>
 | |
| </tr>
 | |
| <tr>
 | |
|  <td colspan="2" class="performance-data">
 | |
|   <?= $this->perfdata($object->perfdata) ?>
 | |
|  </td>
 | |
| </tr>
 |