Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
74ae7d13
Unverified
Commit
74ae7d13
authored
May 10, 2019
by
老广
Committed by
GitHub
May 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2683 from jumpserver/dev
[Update] 修改排序节点排序规则
parents
cbe919c4
20ce5d11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
node.py
apps/assets/models/node.py
+0
-3
No files found.
apps/assets/models/node.py
View file @
74ae7d13
...
...
@@ -49,10 +49,7 @@ class Node(OrgModelMixin):
if
self_parent_key
==
other_parent_key
:
return
self
.
name
>
other
.
name
if
self_key
!=
other_key
:
return
self_key
>
other_key
else
:
return
self
.
name
>
other
.
name
def
__lt__
(
self
,
other
):
return
not
self
.
__gt__
(
other
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment