mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
b2c486bf80
commit
9110153ab8
@ -35,6 +35,7 @@
|
||||
<?= $this->render('show/components/command.phtml') ?>
|
||||
<?= $this->render('show/components/checksource.phtml') ?>
|
||||
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
||||
<?= $this->render('show/components/checktimeperiod.phtml') ?>
|
||||
<?= $this->render('show/components/customvars.phtml') ?>
|
||||
<?= $this->render('show/components/flags.phtml') ?>
|
||||
</tbody>
|
||||
|
@ -27,6 +27,7 @@
|
||||
<?= $this->render('show/components/command.phtml') ?>
|
||||
<?= $this->render('show/components/checksource.phtml') ?>
|
||||
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
||||
<?= $this->render('show/components/checktimeperiod.phtml') ?>
|
||||
<?= $this->render('show/components/customvars.phtml') ?>
|
||||
<?= $this->render('show/components/flags.phtml') ?>
|
||||
</tbody>
|
||||
|
@ -0,0 +1,21 @@
|
||||
<?php if (isset($object->service_check_timeperiod_alias)): ?>
|
||||
|
||||
<tr>
|
||||
<th><?= $this->translate('Check Timeperiod') ?></th>
|
||||
<td>
|
||||
<?= $object->service_check_timeperiod_alias ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($object->host_check_timeperiod_alias)): ?>
|
||||
|
||||
<tr>
|
||||
<th><?= $this->translate('Check Timeperiod') ?></th>
|
||||
<td>
|
||||
<?= $object->host_check_timeperiod_alias ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php endif; ?>
|
Loading…
x
Reference in New Issue
Block a user