mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
perf: translate
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
columnsShow: {
|
||||
min: ['id', 'actions'],
|
||||
default: [
|
||||
'id', 'user', 'asset', 'system_user', 'remote_addr', 'protocol', 'login_from',
|
||||
'id', 'user', 'asset', 'account', 'remote_addr', 'protocol', 'login_from',
|
||||
'command_amount', 'date_start', 'duration', 'terminal_display', 'actions'
|
||||
]
|
||||
},
|
||||
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
value: object.apply_run_asset
|
||||
},
|
||||
{
|
||||
key: this.$t('tickets.ApplyRunAccount'),
|
||||
key: this.$t('assets.Account'),
|
||||
value: object.rel_snapshot.apply_run_account
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,15 +33,15 @@ export default {
|
||||
return object.type === 'login_confirm' ? [] : [
|
||||
{
|
||||
key: this.$t('acl.apply_login_asset'),
|
||||
value: object.rel_snapshot.apply_login_asset
|
||||
value: object.apply_login_asset.name
|
||||
},
|
||||
{
|
||||
key: this.$t('acl.apply_login_account'),
|
||||
value: object.rel_snapshot.apply_login_account
|
||||
value: object.apply_login_account
|
||||
},
|
||||
{
|
||||
key: this.$t('acl.apply_login_user'),
|
||||
value: object.rel_snapshot.apply_login_user
|
||||
value: object.apply_login_user.name
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user