mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
perf: 默认展开编辑器所有目录
This commit is contained in:
@@ -193,7 +193,7 @@ class PlaybookFileBrowserAPIView(APIView):
|
||||
"id": os.path.join(relative_path, d) if not os.path.join(relative_path, d).startswith(
|
||||
'.') else d,
|
||||
"isParent": True,
|
||||
"open": False,
|
||||
"open": True,
|
||||
"pId": relative_path if not relative_path.startswith('.') else 'root',
|
||||
"temp": False
|
||||
}
|
||||
|
Reference in New Issue
Block a user