mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-03 06:10:18 +02:00
parent
ea5db51213
commit
95ea0e616d
@ -104,8 +104,8 @@ if (isset($delDowntimeForm)) {
|
|||||||
<h3>
|
<h3>
|
||||||
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
<span class="author"><?= $this->escape($downtime->author_name) ?></span>
|
||||||
<span class="info">
|
<span class="info">
|
||||||
<? printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
<?php printf($this->translate('Added %s.'), $this->timeAgo($downtime->entry_time)) ?>
|
||||||
<? if ($downtime->is_in_effect) {
|
<?php if ($downtime->is_in_effect) {
|
||||||
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
printf($this->translate('Expires %s.'), $this->timeUntil($downtime->end));
|
||||||
} ?>
|
} ?>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user