downtimes/show.phtml: Do not show an (inappropriate) icon in the title
This commit is contained in:
parent
52bde67653
commit
3091b8cf5c
|
@ -8,7 +8,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="content multi-commands">
|
||||
<h3><?= $this->icon('reschedule') ?> <?= $this->translate('Commands') ?> </h3>
|
||||
<h3><?= $this->translate('Commands') ?> </h3>
|
||||
<?= $this->qlink(
|
||||
sprintf(
|
||||
$this->translate('Remove all %d scheduled downtimes'),
|
||||
|
|
Loading…
Reference in New Issue