mirror of
https://github.com/jumpserver/lina.git
synced 2026-05-17 04:47:38 +00:00
set button to primary
This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
||||
title: vm.$t('Execute'),
|
||||
name: 'execute',
|
||||
order: 1,
|
||||
type: 'primary',
|
||||
can: ({ row }) => {
|
||||
return row.is_active && vm.$hasPerm('accounts.add_pushaccountexecution')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user