mirror of https://github.com/jumpserver/jumpserver
Merge pull request #3929 from jumpserver/lina_terminal
[Update] add terminal model filedspull/3932/head
commit
9febe488b5
|
@ -16,7 +16,7 @@ class TerminalSerializer(serializers.ModelSerializer):
|
||||||
fields = [
|
fields = [
|
||||||
'id', 'name', 'remote_addr', 'http_port', 'ssh_port',
|
'id', 'name', 'remote_addr', 'http_port', 'ssh_port',
|
||||||
'comment', 'is_accepted', "is_active", 'session_online',
|
'comment', 'is_accepted', "is_active", 'session_online',
|
||||||
'is_alive'
|
'is_alive', 'date_created', 'command_storage', 'replay_storage'
|
||||||
]
|
]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in New Issue