From e3ac26e377625425e41d99079393296850cf3332 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 11 Dec 2023 11:10:45 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=20rbac=20labels=20no?= =?UTF-8?q?de?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/rbac/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rbac/tree.py b/apps/rbac/tree.py index 49fa1a23c..8e9a56831 100644 --- a/apps/rbac/tree.py +++ b/apps/rbac/tree.py @@ -39,7 +39,7 @@ app_nodes_data = [ {'id': 'rbac', 'view': 'view_console'}, {'id': 'settings', 'view': 'view_setting'}, {'id': 'tickets', 'view': 'view_other'}, - {'id': 'labels', 'view': 'view_label'}, + {'id': 'labels', 'view': 'view_console'}, {'id': 'authentication', 'view': 'view_other'}, {'id': 'ops', 'view': 'view_workbench'}, ]