提交 c8c6ba1c 编写于 作者: E Eric

[Update] add terminal model fileds

上级 2df7bd85
......@@ -16,7 +16,7 @@ class TerminalSerializer(serializers.ModelSerializer):
fields = [
'id', 'name', 'remote_addr', 'http_port', 'ssh_port',
'comment', 'is_accepted', "is_active", 'session_online',
'is_alive'
'is_alive', 'date_created', 'command_storage', 'replay_storage'
]
@staticmethod
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册