mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 23:20:37 +00:00
perf: 修复 terminal 显示问题
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user