mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Sort all nodes when loading.
This commit is contained in:
@@ -379,7 +379,7 @@ class ServerNode(PGChildNodeView):
|
||||
"""
|
||||
servers = Server.query.filter_by(
|
||||
user_id=current_user.id,
|
||||
servergroup_id=gid)
|
||||
servergroup_id=gid).order_by(name)
|
||||
sg = ServerGroup.query.filter_by(
|
||||
user_id=current_user.id,
|
||||
id=gid
|
||||
|
||||
Reference in New Issue
Block a user