mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: add account backup execution perm
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
title: vm.$t('Execute'),
|
||||
name: 'execute',
|
||||
type: 'info',
|
||||
can: this.$hasPerm('accounts.view_accountbackupexecution'),
|
||||
can: this.$hasPerm('accounts.add_accountbackupexecution'),
|
||||
callback: function({ row }) {
|
||||
this.$axios.post(
|
||||
`/api/v1/accounts/account-backup-plan-executions/`,
|
||||
|
||||
Reference in New Issue
Block a user