mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-23 13:37:31 +00:00
[Update] add terminal model fileds
This commit is contained in:
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
Block a user