mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 09:43:32 +00:00
Merge branch 'v4' of github.com:jumpserver/lina into v4
This commit is contained in:
@@ -56,6 +56,7 @@ export default {
|
||||
width: '240px'
|
||||
},
|
||||
summary: {
|
||||
label: this.$t('Summary'),
|
||||
formatter: (row) => {
|
||||
return row.summary['success'] + '/' + row.summary['total']
|
||||
}
|
||||
|
@@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
afterGetFormValue(value) {
|
||||
const publicKey = `${value['public_key_comment'] || '-'} (${value['public_key_hash_md5'] || '-'})`
|
||||
const publicKey = value['public_key_hash_md5'] ? `${value['public_key_comment']} (${value['public_key_hash_md5']})` : ' '
|
||||
value['current_public_key'] = publicKey
|
||||
return value
|
||||
},
|
||||
|
@@ -41,7 +41,7 @@ export default {
|
||||
'name': 'Detail'
|
||||
},
|
||||
{
|
||||
title: this.$t('Accounts'),
|
||||
title: this.$t('AssetAccount'),
|
||||
name: 'Accounts'
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user