mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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…
x
Reference in New Issue
Block a user