perf: 修复 terminal 显示问题

pull/10796/head
Eric 2023-06-20 16:16:59 +08:00 committed by Jiangjie.Bai
parent e4f21b8a5f
commit 5d9979ec03
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class SessionSerializer(BulkOrgResourceModelSerializer):
"user", "asset", "user_id", "asset_id", 'account', 'account_id', "user", "asset", "user_id", "asset_id", 'account', 'account_id',
"protocol", 'type', "login_from", "remote_addr", "protocol", 'type', "login_from", "remote_addr",
"is_success", "is_finished", "has_replay", "has_command", "is_success", "is_finished", "has_replay", "has_command",
"date_start", "date_end", "comment" "date_start", "date_end", "comment", "terminal_display"
] ]
fields_fk = ["terminal", ] fields_fk = ["terminal", ]
fields_custom = ["can_replay", "can_join", "can_terminate"] fields_custom = ["can_replay", "can_join", "can_terminate"]