diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml
index b9fa25975..509cf5797 100644
--- a/modules/monitoring/application/views/scripts/list/hosts.phtml
+++ b/modules/monitoring/application/views/scripts/list/hosts.phtml
@@ -9,9 +9,8 @@ if ($this->compact): ?>
= $this->render('list/components/selectioninfo.phtml') ?>
= $this->render('list/components/hostssummary.phtml') ?>
- = $this->translate('Sort by') ?> = $this->sortControl->render($this) ?>
-
+= $this->sortControl->render($this) ?>
= $this->widget('limiter')->setMaxLimit($this->hosts->count()) ?>
= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>
= $this->selectionToolbar('multi', $this->href('monitoring/hosts/show?' . $this->filter->toQueryString())) ?>
@@ -31,7 +30,7 @@ if ($hosts->count() === 0) {
return;
}
?>
-
+= $this->translate('Hosts') ?>