mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: Pam execution
This commit is contained in:
@@ -43,10 +43,10 @@ export default {
|
||||
name: 'AccountBackupExecutionDetail',
|
||||
params: { id: row.id }
|
||||
}),
|
||||
getTitle: ({ row }) => row['short_id'],
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_backupaccountexecution')
|
||||
},
|
||||
width: '240px'
|
||||
}
|
||||
},
|
||||
backup_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
||||
@@ -36,10 +36,10 @@ export default {
|
||||
name: 'AccountChangeSecretExecutionDetail',
|
||||
params: { id: row.id }
|
||||
}),
|
||||
getTitle: ({ row }) => row['short_id'],
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_changesecretexecution')
|
||||
},
|
||||
width: '240px'
|
||||
}
|
||||
},
|
||||
change_secret_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
||||
@@ -47,8 +47,7 @@ export default {
|
||||
}),
|
||||
getTitle: ({ row }) => row['short_id'],
|
||||
drawer: true
|
||||
},
|
||||
width: '120px'
|
||||
}
|
||||
},
|
||||
status: {
|
||||
label: this.$t('Status'),
|
||||
|
||||
@@ -42,10 +42,10 @@ export default {
|
||||
name: 'AccountPushExecutionDetail',
|
||||
params: { id: row.id }
|
||||
}),
|
||||
getTitle: ({ row }) => row['short_id'],
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_pushaccountexecution')
|
||||
},
|
||||
width: '240px'
|
||||
}
|
||||
},
|
||||
push_user_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
||||
@@ -44,6 +44,7 @@ export default {
|
||||
name: 'AccountCheckExecutionDetail',
|
||||
params: { id: row.id }
|
||||
}),
|
||||
getTitle: ({ row }) => row['short_id'],
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_checkaccountexecution')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user