diff --git a/modules/monitoring/application/views/scripts/list/hosts-compact.phtml b/modules/monitoring/application/views/scripts/list/hosts-compact.phtml
index d933017da..ba8dce506 100644
--- a/modules/monitoring/application/views/scripts/list/hosts-compact.phtml
+++ b/modules/monitoring/application/views/scripts/list/hosts-compact.phtml
@@ -1,7 +1,6 @@
 <?php
 $hosts = $this->hosts->paginate();
 $viewHelper = $this->getHelper('MonitoringState');
-$trimArea = $this->getHelper('Trim');
 ?>
 
 <?= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>
diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index a60b1800b..a300dee7a 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -3,7 +3,6 @@
 <?php
 $paginator = $services->paginate();
 $viewHelper = $this->getHelper('MonitoringState');
-$trimArea = $this->getHelper('Trim');
 ?>
 
 <?=  $this->sortControl->render($this); ?>