mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
* [Update] 拆分user permission * [Update] 修改 ops command * [Update] 修改setting无法生效的问题 * [Update] 修复授权详情-授权资产或节点添加资产失败 * [Bugfix] 修复组织管理员运行命令时的问题 * [Update] 修复命令执行左侧树点击问题
7 lines
172 B
Python
7 lines
172 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
from .common import *
|
|
from .user_permission_nodes import *
|
|
from .user_permission_assets import *
|
|
from .user_permission_nodes_with_assets import *
|