Remove no-op order columns Hosts Severiy and Services Severity from the host group and service group views
This commit is contained in:
parent
b4df81e75a
commit
44da318109
|
@ -485,7 +485,6 @@ class ListController extends Controller
|
||||||
$this->setupPaginationControl($serviceGroups);
|
$this->setupPaginationControl($serviceGroups);
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl();
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'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')
|
||||||
), $serviceGroups);
|
), $serviceGroups);
|
||||||
|
@ -532,7 +531,6 @@ class ListController extends Controller
|
||||||
$this->setupPaginationControl($hostGroups);
|
$this->setupPaginationControl($hostGroups);
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl();
|
||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'hosts_severity' => $this->translate('Severity'),
|
|
||||||
'hostgroup_alias' => $this->translate('Host Group Name'),
|
'hostgroup_alias' => $this->translate('Host Group Name'),
|
||||||
'hosts_total' => $this->translate('Total Hosts'),
|
'hosts_total' => $this->translate('Total Hosts'),
|
||||||
'services_total' => $this->translate('Total Services')
|
'services_total' => $this->translate('Total Services')
|
||||||
|
|
Loading…
Reference in New Issue