mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +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'
|
width: '240px'
|
||||||
},
|
},
|
||||||
summary: {
|
summary: {
|
||||||
|
label: this.$t('Summary'),
|
||||||
formatter: (row) => {
|
formatter: (row) => {
|
||||||
return row.summary['success'] + '/' + row.summary['total']
|
return row.summary['success'] + '/' + row.summary['total']
|
||||||
}
|
}
|
||||||
|
@@ -64,7 +64,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
afterGetFormValue(value) {
|
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
|
value['current_public_key'] = publicKey
|
||||||
return value
|
return value
|
||||||
},
|
},
|
||||||
|
@@ -41,7 +41,7 @@ export default {
|
|||||||
'name': 'Detail'
|
'name': 'Detail'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('Accounts'),
|
title: this.$t('AssetAccount'),
|
||||||
name: 'Accounts'
|
name: 'Accounts'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user