mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 01:47:54 +02:00
parent
1f0940c8e8
commit
9ef414c9ed
@ -65,7 +65,7 @@ foreach ($object->downtimes as $downtime) {
|
|||||||
$delDowntimeForm->populate(array('downtime_id' => $downtime->id));
|
$delDowntimeForm->populate(array('downtime_id' => $downtime->id));
|
||||||
echo $delDowntimeForm;
|
echo $delDowntimeForm;
|
||||||
} ?>
|
} ?>
|
||||||
<span class="sr-only"><?= $this->translate('Downtime'); ?></span><?= $state; ?><?= str_replace(array('\r\n', '\n'), '<br>', $commentText); ?>
|
<span class="sr-only"><?= $this->translate('Downtime'); ?></span><?= $state; ?> - <?= str_replace(array('\r\n', '\n'), '<br>', $commentText); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } // endforeach ?>
|
<?php } // endforeach ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user