diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index cfbff2169..97b432894 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -485,7 +485,6 @@ class ListController extends Controller $this->setupPaginationControl($serviceGroups); $this->setupLimitControl(); $this->setupSortControl(array( - 'services_severity' => $this->translate('Severity'), 'servicegroup_alias' => $this->translate('Service Group Name'), 'services_total' => $this->translate('Total Services') ), $serviceGroups); @@ -532,7 +531,6 @@ class ListController extends Controller $this->setupPaginationControl($hostGroups); $this->setupLimitControl(); $this->setupSortControl(array( - 'hosts_severity' => $this->translate('Severity'), 'hostgroup_alias' => $this->translate('Host Group Name'), 'hosts_total' => $this->translate('Total Hosts'), 'services_total' => $this->translate('Total Services')