mirror of https://github.com/jumpserver/jumpserver
perf: 修复 terminal 显示问题
parent
e4f21b8a5f
commit
5d9979ec03
|
@ -33,7 +33,7 @@ class SessionSerializer(BulkOrgResourceModelSerializer):
|
|||
"user", "asset", "user_id", "asset_id", 'account', 'account_id',
|
||||
"protocol", 'type', "login_from", "remote_addr",
|
||||
"is_success", "is_finished", "has_replay", "has_command",
|
||||
"date_start", "date_end", "comment"
|
||||
"date_start", "date_end", "comment", "terminal_display"
|
||||
]
|
||||
fields_fk = ["terminal", ]
|
||||
fields_custom = ["can_replay", "can_join", "can_terminate"]
|
||||
|
|
Loading…
Reference in New Issue