mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
perf: execution list
This commit is contained in:
@@ -45,7 +45,8 @@ export default {
|
||||
}),
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_backupaccountexecution')
|
||||
}
|
||||
},
|
||||
width: '240px'
|
||||
},
|
||||
backup_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
@@ -38,7 +38,8 @@ export default {
|
||||
}),
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_changesecretexecution')
|
||||
}
|
||||
},
|
||||
width: '240px'
|
||||
},
|
||||
change_secret_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
@@ -44,7 +44,8 @@ export default {
|
||||
params: { id: row.id }
|
||||
}),
|
||||
drawer: true
|
||||
}
|
||||
},
|
||||
width: '240px'
|
||||
},
|
||||
account_gather_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
@@ -44,7 +44,8 @@ export default {
|
||||
}),
|
||||
drawer: true,
|
||||
can: this.$hasPerm('accounts.view_pushaccountexecution')
|
||||
}
|
||||
},
|
||||
width: '240px'
|
||||
},
|
||||
push_user_name: {
|
||||
label: this.$t('DisplayName'),
|
||||
|
Reference in New Issue
Block a user