mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 19:34:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			183 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			183 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php
 | |
| foreach ($object->customvars as $name => $value) {
 | |
|     printf(
 | |
|         "<tr><th>%s</th><td>%s</td></tr>\n",
 | |
|         $this->escape($name),
 | |
|         $this->escape($value)
 | |
|     );
 | |
| }
 |