mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Comment list style
This commit is contained in:
parent
93dc45241a
commit
c7d3b38739
@ -1,6 +1,6 @@
|
|||||||
<div class="controls">
|
<div class="controls">
|
||||||
<div style="margin: 1em">
|
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
|
<div style="margin: 1em">
|
||||||
<?= $this->sortControl->render($this); ?>
|
<?= $this->sortControl->render($this); ?>
|
||||||
</div>
|
</div>
|
||||||
<?= $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
|
<?= $this->paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?>
|
||||||
@ -50,7 +50,7 @@ foreach ($comments as $comment):
|
|||||||
'service' => $comment->service_name,
|
'service' => $comment->service_name,
|
||||||
)
|
)
|
||||||
) ?> on<?php else: ?><?= $this->icon('host.png', 'Host comment') ?> <?php endif ?> <?= $this->qlink(
|
) ?> on<?php else: ?><?= $this->icon('host.png', 'Host comment') ?> <?php endif ?> <?= $this->qlink(
|
||||||
$comment->service_name,
|
$comment->host_name,
|
||||||
'monitoring/show/host',
|
'monitoring/show/host',
|
||||||
array(
|
array(
|
||||||
'host' => $comment->host_name
|
'host' => $comment->host_name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user