mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php foreach ($object->customvars as $name => $value): ?>
 | |
| <tr>
 | |
|     <th><?= $this->escape($name) ?></th>
 | |
|     <td class="custom-variables"><?= $this->customvar($value) ?></td>
 | |
| </tr>
 | |
| <?php endforeach ?>
 |