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
20ce5d11
Commit
20ce5d11
authored
May 10, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改排序节点排序规则
parent
497cba6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
node.py
apps/assets/models/node.py
+1
-4
No files found.
apps/assets/models/node.py
View file @
20ce5d11
...
...
@@ -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
return
self_key
>
other_key
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