diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 171ce64e8..04cb81279 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -8,7 +8,9 @@ if (!$this->compact): ?> <?= $this->tabs ?> <div style="margin: 1em;" class="dontprint"> <?= $this->render('list/components/servicesummary.phtml') ?> +<div style="float: right"> <?= $this->translate('Sort by') ?> <?= $this->sortControl ?> +</div> <?php if (! $this->filterEditor): ?> <?= $this->filterPreview ?> <?php endif ?>