mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 13:59:17 +00:00
perf: connection token api 兼容处理
This commit is contained in:
@@ -33,7 +33,7 @@ class _ConnectionTokenAssetSerializer(serializers.ModelSerializer):
|
||||
model = Asset
|
||||
fields = [
|
||||
'id', 'name', 'address', 'protocols', 'category',
|
||||
'type', 'org_id', 'info', 'secret_info',
|
||||
'type', 'org_id', 'info', 'secret_info', 'spec_info'
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user