diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml
index 248c40490..dd0c4a7f8 100644
--- a/modules/monitoring/application/views/scripts/list/comments.phtml
+++ b/modules/monitoring/application/views/scripts/list/comments.phtml
@@ -1,6 +1,12 @@
compact): ?>
= $this->tabs; ?>
+
+ = $this->render('list/components/selectioninfo.phtml'); ?>
+
+
+ = $comments->getTotalItemCount() ?> = $this->translate('Comments') ?>:
+
= $this->sortBox; ?>
= $this->limiter; ?>
= $this->paginator; ?>
diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml
index b21e3c3fb..f1351a225 100644
--- a/modules/monitoring/application/views/scripts/list/downtimes.phtml
+++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml
@@ -5,6 +5,12 @@ use Icinga\Module\Monitoring\Object\Service;
if (! $this->compact): ?>
= $this->tabs; ?>
+
+ = $this->render('list/components/selectioninfo.phtml'); ?>
+
+
+ = $downtimes->getTotalItemCount() ?> = $this->translate('Downtimes') ?>
+
= $this->sortBox; ?>
= $this->limiter; ?>
= $this->paginator; ?>