monitoring: Sort by hosts_severity when sorting the host group summary by severity
refs #8241
This commit is contained in:
parent
37abc724de
commit
a52264aa32
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue