mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
ba31be9695
commit
4d79731646
@ -69,8 +69,8 @@ class DbUserBackend extends DbRepository implements UserBackendInterface
|
||||
protected $sortRules = array(
|
||||
'user_name' => array(
|
||||
'columns' => array(
|
||||
'user_name asc',
|
||||
'is_active desc'
|
||||
'is_active desc',
|
||||
'user_name'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user