mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-02 10:22:32 +00:00
* perf: 支持自定义类型资产 * perf: 改名前 * perf: 优化支持 choices * perf: 优化自定义资产 * perf: 优化资产的详情 * perf: 修改完成自定义平台和资产 --------- Co-authored-by: ibuler <ibuler@qq.com> Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
9 lines
175 B
Python
9 lines
175 B
Python
from .asset import *
|
|
from .cloud import *
|
|
from .custom import *
|
|
from .database import *
|
|
from .device import *
|
|
from .host import *
|
|
from .permission import *
|
|
from .web import *
|