mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-28 16:16:41 +00:00
fix: 会话列表修改翻译为终端ID
This commit is contained in:
committed by
Jiangjie.Bai
parent
626b6da9c4
commit
88ae8ac67a
@@ -36,7 +36,7 @@ class SessionSerializer(BulkOrgResourceModelSerializer):
|
||||
'is_success': {'label': _('Is success')},
|
||||
'can_replay': {'label': _('Can replay')},
|
||||
'can_join': {'label': _('Can join')},
|
||||
'terminal': {'label': _('Terminal')},
|
||||
'terminal': {'label': _('Terminal ID')},
|
||||
'is_finished': {'label': _('Is finished')},
|
||||
'can_terminate': {'label': _('Can terminate')},
|
||||
'terminal_display': {'label': _('Terminal display')},
|
||||
|
Reference in New Issue
Block a user