monitoring: Sort by hosts_severity when sorting the host group summary by severity

refs #8241
This commit is contained in:
Eric Lippmann 2015-05-21 11:26:10 +02:00
parent 37abc724de
commit a52264aa32
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ class Monitoring_ListController extends Controller
$this->setupLimitControl();
$this->setupPaginationControl($this->view->hostgroups);
$this->setupSortControl(array(
'services_severity' => $this->translate('Severity'),
'hosts_severity' => $this->translate('Severity'),
'hostgroup_alias' => $this->translate('Host Group Name'),
'services_total' => $this->translate('Total Services'),
'services_ok' => $this->translate('Services OK'),