mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
4d79731646
commit
10b158a182
@ -57,8 +57,8 @@ class LdapUserBackend extends Repository implements UserBackendInterface
|
|||||||
protected $sortRules = array(
|
protected $sortRules = array(
|
||||||
'user_name' => array(
|
'user_name' => array(
|
||||||
'columns' => array(
|
'columns' => array(
|
||||||
'user_name asc',
|
'is_active desc',
|
||||||
'is_active desc'
|
'user_name'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user