mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
Allow to sort contact groups by alias name
This commit is contained in:
parent
55df4831d7
commit
8ef6cc79cc
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@ class Contactgroup extends DataView
|
|||
{
|
||||
return array(
|
||||
'contactgroup_name' => array(
|
||||
'order' => self::SORT_DESC
|
||||
'order' => self::SORT_ASC
|
||||
),
|
||||
'contactgroup_alias' => array(
|
||||
'order' => self::SORT_ASC
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue