Skip to content

Commit

Permalink
monitoring: Fix list/comments markup
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 2fb294b commit a42f059
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit a42f059

Please sign in to comment.