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