mirror of https://github.com/jumpserver/jumpserver
[Update] add terminal model fileds
parent
2df7bd8510
commit
c8c6ba1c19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue