diff --git a/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclList.vue b/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclList.vue index 53deba03e..64fb54f83 100644 --- a/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclList.vue +++ b/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclList.vue @@ -11,6 +11,7 @@ import { DetailFormatter } from '@/components/Table/TableFormatters' import AmountFormatter from '@/components/Table/TableFormatters/AmountFormatter.vue' export default { + name: 'CommandFilterAclList', components: { ListTable }, diff --git a/src/views/acl/CommandAcl/CommandGroup/CommandGroupList.vue b/src/views/acl/CommandAcl/CommandGroup/CommandGroupList.vue index 899c93fb7..f747938b6 100644 --- a/src/views/acl/CommandAcl/CommandGroup/CommandGroupList.vue +++ b/src/views/acl/CommandAcl/CommandGroup/CommandGroupList.vue @@ -7,6 +7,7 @@ import { ListTable } from '@/components' import { DetailFormatter } from '@/components/Table/TableFormatters' export default { + name: 'CommandGroupList', components: { ListTable }, @@ -53,8 +54,7 @@ export default { } } }, - computed: { - } + computed: {} } diff --git a/src/views/perms/const.js b/src/views/perms/const.js index 5cfa8c434..c62d7aa98 100644 --- a/src/views/perms/const.js +++ b/src/views/perms/const.js @@ -33,7 +33,7 @@ export const UserAssetPermissionListPageSearchConfigOptions = [ export const AssetPermissionTableMeta = { name: { - minWidth: '160px', + minWidth: '120px', formatterArgs: { routeQuery: { tab: 'AssetPermissionDetail' diff --git a/src/views/sessions/FTPLogList.vue b/src/views/sessions/FTPLogList.vue index 84f931e49..997e67532 100644 --- a/src/views/sessions/FTPLogList.vue +++ b/src/views/sessions/FTPLogList.vue @@ -21,6 +21,7 @@ export default { }, url: '/api/v1/audits/ftp-logs/', columnsMeta: { + is_success: { width: '100px' }, actions: { formatterArgs: { hasUpdate: false, diff --git a/src/views/sessions/SessionList/BaseList.vue b/src/views/sessions/SessionList/BaseList.vue index 4ee09bb9c..b80e06b30 100644 --- a/src/views/sessions/SessionList/BaseList.vue +++ b/src/views/sessions/SessionList/BaseList.vue @@ -124,6 +124,7 @@ export default { actions: { prop: 'actions', label: this.$t('Actions'), + width: '130px', formatter: ActionsFormatter, formatterArgs: { hasEdit: false,