mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 06:19:51 +00:00
perf: account is active
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
|||||||
'secret_type', 'secret', 'ssh_key', 'token',
|
'secret_type', 'secret', 'ssh_key', 'token',
|
||||||
'api_key', 'passphrase'
|
'api_key', 'passphrase'
|
||||||
]],
|
]],
|
||||||
[this.$t('common.Other'), ['push_now', 'comment']]
|
[this.$t('common.Other'), ['push_now', 'is_active', 'comment']]
|
||||||
],
|
],
|
||||||
fieldsMeta: {
|
fieldsMeta: {
|
||||||
assets: {
|
assets: {
|
||||||
|
@@ -32,7 +32,7 @@ export default {
|
|||||||
},
|
},
|
||||||
initial: {
|
initial: {
|
||||||
comment: '',
|
comment: '',
|
||||||
charset: 'utf8',
|
charset: 'utf-8',
|
||||||
category_type: ['host', 'linux'],
|
category_type: ['host', 'linux'],
|
||||||
automation: {
|
automation: {
|
||||||
ansible_enabled: true
|
ansible_enabled: true
|
||||||
|
Reference in New Issue
Block a user