Merge pull request #3929 from jumpserver/lina_terminal

[Update] add terminal model fileds
pull/3932/head
BaiJiangJie 5 years ago committed by GitHub
commit 9febe488b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save