mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: update title for ExecutionRecord and add ActionsFormatter to ApplicationList
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<script type="text/jsx">
|
||||
import { DrawerListTable as ListTable } from '@/components'
|
||||
import CopyableFormatter from '@/components/Table/TableFormatters/CopyableFormatter.vue'
|
||||
import { DetailFormatter } from '@/components/Table/TableFormatters'
|
||||
import { ActionsFormatter, DetailFormatter } from '@/components/Table/TableFormatters'
|
||||
|
||||
export default {
|
||||
name: 'CloudAccountList',
|
||||
@@ -63,6 +63,12 @@ export default {
|
||||
return app.secret
|
||||
}
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
formatter: ActionsFormatter,
|
||||
formatterArgs: {
|
||||
hasClone: false
|
||||
}
|
||||
}
|
||||
},
|
||||
columnsExtra: ['secret'],
|
||||
|
||||
@@ -26,7 +26,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'records',
|
||||
title: this.$t('ExecutionRecord'),
|
||||
title: this.$t('CallRecords'),
|
||||
hidden: !this.$hasPerm('audits.view_integrationapplicationlog'),
|
||||
component: () => import('@/views/pam/Integration/components/CallRecords.vue')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user