mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
ba31be9695
commit
4d79731646
@ -69,8 +69,8 @@ class DbUserBackend extends DbRepository 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