mirror of https://github.com/jumpserver/jumpserver
perf: 平台协议API返回public字段
parent
90cc2a2519
commit
24fd87f7bc
|
@ -82,7 +82,7 @@ class PlatformProtocolSerializer(serializers.ModelSerializer):
|
|||
model = PlatformProtocol
|
||||
fields = [
|
||||
"id", "name", "port", "primary",
|
||||
"required", "default",
|
||||
"required", "default", "public",
|
||||
"secret_types", "setting",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue