mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 20:29:40 +00:00
perf: 支持全局的 labels (#12043)
* perf: 支持全局的 labels * perf: stash * stash * stash * stash * stash * perf: 优化 labels * stash * perf: add debug sql * perf: 修改 labels * perf: 优化提交 * perf: 优化提交 labels * perf: 基本完成 * perf: 完成 labels 搜索 * perf: 优化 labels * perf: 去掉不用 debug --------- Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -39,7 +39,9 @@ app_nodes_data = [
|
||||
{'id': 'rbac', 'view': 'view_console'},
|
||||
{'id': 'settings', 'view': 'view_setting'},
|
||||
{'id': 'tickets', 'view': 'view_other'},
|
||||
{'id': 'labels', 'view': 'view_label'},
|
||||
{'id': 'authentication', 'view': 'view_other'},
|
||||
{'id': 'ops', 'view': 'view_workbench'},
|
||||
]
|
||||
|
||||
# 额外其他节点,可以在不同的层次,需要指定父节点,可以将一些 model 归类到这个节点下面
|
||||
|
Reference in New Issue
Block a user