monitoring: Add sort rule for total services to the host group summary
refs #8241
This commit is contained in:
parent
4b9f7eb910
commit
73eb8cc805
|
@ -88,6 +88,13 @@ class Hostgroupsummary extends DataView
|
||||||
'hostgroup_alias ASC'
|
'hostgroup_alias ASC'
|
||||||
),
|
),
|
||||||
'order' => self::SORT_ASC
|
'order' => self::SORT_ASC
|
||||||
|
),
|
||||||
|
'services_total' => array(
|
||||||
|
'columns' => array(
|
||||||
|
'services_total',
|
||||||
|
'hostgroup_alias ASC'
|
||||||
|
),
|
||||||
|
'order' => self::SORT_ASC
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue