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
1 changed files with 3 additions and 3 deletions

View File

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