diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index 04cb81279..630f738a6 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -11,9 +11,6 @@ if (!$this->compact): ?>
 <div style="float: right">
 <?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
 </div>
-<?php if (! $this->filterEditor): ?>
-<?= $this->filterPreview ?>
-<?php endif ?>
 </div>
 <?php if ($this->limit === 0): ?>
 <?= $this->widget('limiter') ?>