mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 11:24:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			437 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			437 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| <?php if (isset($object->service_check_timeperiod)): ?>
 | |
| 
 | |
| <tr>
 | |
|     <th><?= $this->translate('Check Timeperiod') ?></th>
 | |
|     <td>
 | |
|         <?= $object->service_check_timeperiod ?>
 | |
|     </td>
 | |
| </tr>
 | |
| 
 | |
| <?php endif ?>
 | |
| 
 | |
| <?php if (isset($object->host_check_timeperiod)): ?>
 | |
| 
 | |
|     <tr>
 | |
|         <th><?= $this->translate('Check Timeperiod') ?></th>
 | |
|         <td>
 | |
|             <?= $object->host_check_timeperiod ?>
 | |
|         </td>
 | |
|     </tr>
 | |
| 
 | |
| <?php endif ?>
 |