mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
monitoring/show: choose fitting header tags
This commit is contained in:
parent
56d67def00
commit
59ef6ff71a
@ -75,11 +75,11 @@ if (isset($delCommentForm)) {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<li class="comment-item">
|
<li class="comment-item">
|
||||||
<h4>
|
<h3>
|
||||||
<span class="author"><?= $this->escape($comment->author) ?></span>
|
<span class="author"><?= $this->escape($comment->author) ?></span>
|
||||||
<?= $this->timeAgo($comment->timestamp) ?>
|
<?= $this->timeAgo($comment->timestamp) ?>
|
||||||
<?= $deleteButton ?>
|
<?= $deleteButton ?>
|
||||||
</h4>
|
</h3>
|
||||||
<p><span class="sr-only">(<?= $this->translate('Comment'); ?>): </span><?= str_replace(array('\r\n', '\n'), '<br>', $commentText) ?></p>
|
<p><span class="sr-only">(<?= $this->translate('Comment'); ?>): </span><?= str_replace(array('\r\n', '\n'), '<br>', $commentText) ?></p>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<tr class="newsection">
|
<tr class="newsection">
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<h4 class="customvar"><?= $this->translate('Custom variables') ?></h4>
|
<h2 class="customvar"><?= $this->translate('Custom variables') ?></h2>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<div class="pluginoutput">
|
<div class="pluginoutput">
|
||||||
<h4><?= $this->translate('Plugin Output') ?></h4>
|
<h2><?= $this->translate('Plugin Output') ?></h2>
|
||||||
<?= $this->pluginOutput($object->output) ?>
|
<?= $this->pluginOutput($object->output) ?>
|
||||||
<?= $this->pluginOutput($object->long_output) ?>
|
<?= $this->pluginOutput($object->long_output) ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user