monitoring: Fix sort control columns for the service group summary
refs #8241
This commit is contained in:
parent
0db7cfca88
commit
e0c6ce58c3
|
@ -504,12 +504,7 @@ class Monitoring_ListController extends Controller
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'services_severity' => $this->translate('Severity'),
|
'services_severity' => $this->translate('Severity'),
|
||||||
'servicegroup_alias' => $this->translate('Service Group Name'),
|
'servicegroup_alias' => $this->translate('Service Group Name'),
|
||||||
'services_total' => $this->translate('Total Services'),
|
'services_total' => $this->translate('Total Services')
|
||||||
'services_ok' => $this->translate('Services OK'),
|
|
||||||
'services_unknown' => $this->translate('Services UNKNOWN'),
|
|
||||||
'services_critical' => $this->translate('Services CRITICAL'),
|
|
||||||
'services_warning' => $this->translate('Services WARNING'),
|
|
||||||
'services_pending' => $this->translate('Services PENDING')
|
|
||||||
), $query);
|
), $query);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue