From c7d3b387393b34dbfda82796f7570ef5e11a9333 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 9 Mar 2014 13:53:55 +0100 Subject: [PATCH] Comment list style --- .../monitoring/application/views/scripts/list/comments.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index d10707e03..6bf109cab 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -1,6 +1,6 @@
-
tabs ?> +
sortControl->render($this); ?>
paginationControl($comments, null, null, array('preserve' => $this->preserve)); ?> @@ -50,7 +50,7 @@ foreach ($comments as $comment): 'service' => $comment->service_name, ) ) ?> onicon('host.png', 'Host comment') ?> qlink( - $comment->service_name, + $comment->host_name, 'monitoring/show/host', array( 'host' => $comment->host_name