diff --git a/modules/monitoring/application/views/scripts/list/servicegroups.phtml b/modules/monitoring/application/views/scripts/list/servicegroups.phtml
index 41e52b833..3ff3d112d 100644
--- a/modules/monitoring/application/views/scripts/list/servicegroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/servicegroups.phtml
@@ -10,6 +10,7 @@
peekAhead($this->compact);
$firstRow = true;
foreach ($servicegroups as $s): ?>
@@ -301,6 +302,17 @@ foreach ($servicegroups as $s): ?>
hasResult()): ?>
+hasMore()): ?>
+ = $this->qlink(
+ $this->translate('Show More'),
+ $this->url()->without(array('view', 'limit')),
+ null,
+ array(
+ 'data-base-target' => '_next',
+ 'class' => 'pull-right'
+ )
+ ); ?>
+
= $this->translate('No servicegroups found matching the filter'); ?>