mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
c71786a624
commit
e6740c5093
@ -3,14 +3,16 @@
|
|||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
<div data-base-target='_next'>
|
||||||
<?= $this->render('partials/comment/comment-header.phtml'); ?>
|
<?= $this->render('partials/comment/comment-header.phtml'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
<h3><?= $this->translate('Comment detail information') ?></h3>
|
<h3><?= $this->translate('Comment detail information') ?></h3>
|
||||||
<table class="avp">
|
<table class="avp">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr data-base-target='_next'>
|
||||||
<?php if ($this->comment->objecttype === 'service'): ?>
|
<?php if ($this->comment->objecttype === 'service'): ?>
|
||||||
<th> <?= $this->translate('Service') ?> </th>
|
<th> <?= $this->translate('Service') ?> </th>
|
||||||
<td>
|
<td>
|
||||||
|
@ -3,8 +3,10 @@
|
|||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
<div data-base-target='_next'>
|
||||||
<?= $this->render('partials/comment/comments-header.phtml'); ?>
|
<?= $this->render('partials/comment/comments-header.phtml'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3><?= $this->icon('reschedule') ?> <?= $this->translate('Commands') ?> </h3>
|
<h3><?= $this->icon('reschedule') ?> <?= $this->translate('Commands') ?> </h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user