mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Show downtime schedule times before creation time
This commit is contained in:
parent
ba6b8c04ec
commit
fe3a51937a
@ -87,10 +87,10 @@ if (empty($object->comments) && ! $addLink) {
|
|||||||
$downtime->author_name
|
$downtime->author_name
|
||||||
)) ?>
|
)) ?>
|
||||||
<span class="comment-time">
|
<span class="comment-time">
|
||||||
|
<?= $state ?>
|
||||||
|
<span aria-hidden="true">ǀ</span>
|
||||||
<?= $this->translate('created') ?>
|
<?= $this->translate('created') ?>
|
||||||
<?= $this->timeAgo($downtime->entry_time) ?>
|
<?= $this->timeAgo($downtime->entry_time) ?>
|
||||||
<span aria-hidden="true">ǀ</span>
|
|
||||||
<?= $state ?>
|
|
||||||
</span>
|
</span>
|
||||||
<?php if (isset($delDowntimeForm)) {
|
<?php if (isset($delDowntimeForm)) {
|
||||||
// Form is unset if the current user lacks the respective permission
|
// Form is unset if the current user lacks the respective permission
|
||||||
|
Loading…
x
Reference in New Issue
Block a user