[Feature] 添加功能, 支持 telnet server.

This commit is contained in:
BaiJiangJie
2018-06-29 14:59:43 +08:00
parent 2e6d238c76
commit f1f06491d6
11 changed files with 131 additions and 104 deletions

View File

@@ -43,7 +43,7 @@ class AssetGrantedSerializer(serializers.ModelSerializer):
fields = (
"id", "hostname", "ip", "port", "system_users_granted",
"is_active", "system_users_join", "os", 'domain',
"platform", "comment"
"platform", "comment", "protocol",
)
@staticmethod