mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-24 14:02:01 +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 = [
|
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
Block a user