mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-12 13:23:41 +00:00
Merge branch 'v4' of github.com:jumpserver/lina into v4
This commit is contained in:
@@ -11,6 +11,7 @@ import { DetailFormatter } from '@/components/Table/TableFormatters'
|
||||
import AmountFormatter from '@/components/Table/TableFormatters/AmountFormatter.vue'
|
||||
|
||||
export default {
|
||||
name: 'CommandFilterAclList',
|
||||
components: {
|
||||
ListTable
|
||||
},
|
||||
|
@@ -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: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@@ -33,7 +33,7 @@ export const UserAssetPermissionListPageSearchConfigOptions = [
|
||||
|
||||
export const AssetPermissionTableMeta = {
|
||||
name: {
|
||||
minWidth: '160px',
|
||||
minWidth: '120px',
|
||||
formatterArgs: {
|
||||
routeQuery: {
|
||||
tab: 'AssetPermissionDetail'
|
||||
|
@@ -21,6 +21,7 @@ export default {
|
||||
},
|
||||
url: '/api/v1/audits/ftp-logs/',
|
||||
columnsMeta: {
|
||||
is_success: { width: '100px' },
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
hasUpdate: false,
|
||||
|
@@ -124,6 +124,7 @@ export default {
|
||||
actions: {
|
||||
prop: 'actions',
|
||||
label: this.$t('Actions'),
|
||||
width: '130px',
|
||||
formatter: ActionsFormatter,
|
||||
formatterArgs: {
|
||||
hasEdit: false,
|
||||
|
Reference in New Issue
Block a user