From e3e727f97260de3794f6db0f5cbbb81885bc7eb0 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Thu, 2 Feb 2023 15:55:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E9=BB=98=E8=AE=A4=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=89=80=E6=9C=89=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ops/api/playbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ops/api/playbook.py b/apps/ops/api/playbook.py index 36c1c4994..322129b8b 100644 --- a/apps/ops/api/playbook.py +++ b/apps/ops/api/playbook.py @@ -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 }