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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="content multi-commands">
|
<div class="content multi-commands">
|
||||||
<h3><?= $this->icon('reschedule') ?> <?= $this->translate('Commands') ?> </h3>
|
<h3><?= $this->translate('Commands') ?> </h3>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
sprintf(
|
sprintf(
|
||||||
$this->translate('Remove all %d scheduled downtimes'),
|
$this->translate('Remove all %d scheduled downtimes'),
|
||||||
|
|
Loading…
Reference in New Issue