monitoring: Fix list/comments markup

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 16:38:52 +02:00
parent 2fb294bf9c
commit a42f059138

View File

@ -13,14 +13,14 @@
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<table data-base-target="_next" <table data-base-target="_next"
class="action action-table comments multiselect" class="action-table multiselect"
data-icinga-multiselect-url="<?= $this->href('monitoring/comments/show'); ?>" data-icinga-multiselect-url="<?= $this->href('monitoring/comments/show'); ?>"
data-icinga-multiselect-related="<?= $this->href("monitoring/comments") ?>" data-icinga-multiselect-related="<?= $this->href("monitoring/comments") ?>"
data-icinga-multiselect-data="comment_id"> data-icinga-multiselect-data="comment_id">
<tbody> <tbody>
<?php foreach ($comments->peekAhead($this->compact) as $comment): ?> <?php foreach ($comments->peekAhead($this->compact) as $comment): ?>
<tr class="state invalid"> <tr>
<td class="comment-col"> <td class="icon-col">
<?= $this->partial('partials/comment/comment-description.phtml', array('comment' => $comment)); ?> <?= $this->partial('partials/comment/comment-description.phtml', array('comment' => $comment)); ?>
</td> </td>
<td> <td>