mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
perf: automation 任务详情添加id
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
||||
],
|
||||
url: `/api/v1/accounts/account-backup-plans/${this.object.id}/`,
|
||||
detailFields: [
|
||||
'name',
|
||||
'id', 'name',
|
||||
{
|
||||
key: this.$t('accounts.AccountChangeSecret.RegularlyPerform'),
|
||||
value: this.object.crontab,
|
||||
|
@@ -51,7 +51,7 @@ export default {
|
||||
],
|
||||
url: `/api/v1/accounts/change-secret-automations/${this.object.id}`,
|
||||
detailFields: [
|
||||
'name',
|
||||
'id', 'name',
|
||||
{
|
||||
key: this.$t('accounts.AccountChangeSecret.Username'),
|
||||
value: this.object.accounts.join(', ')
|
||||
|
@@ -51,7 +51,7 @@ export default {
|
||||
],
|
||||
url: `/api/v1/accounts/push-account-automations/${this.object.id}`,
|
||||
detailFields: [
|
||||
'name',
|
||||
'id', 'name',
|
||||
{
|
||||
key: this.$t('accounts.AccountChangeSecret.Username'),
|
||||
value: this.object.accounts.join(', ')
|
||||
|
Reference in New Issue
Block a user