Browse Source

perf: push_account_enabled (#9727)

Co-authored-by: feng <1304903146@qq.com>
pull/9729/head^2
fit2bot 2 years ago committed by GitHub
parent
commit
ab0a1421a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/assets/models/asset/common.py

1
apps/assets/models/asset/common.py

@ -156,6 +156,7 @@ class Asset(NodesRelationMixin, AbsConnectivity, JMSOrgBaseModel):
'ping_enabled': automation.ping_enabled,
'domain_enabled': platform.domain_enabled,
'ansible_enabled': automation.ansible_enabled,
'push_account_enabled': automation.push_account_enabled,
'gather_facts_enabled': automation.gather_facts_enabled,
'change_secret_enabled': automation.change_secret_enabled,
'verify_account_enabled': automation.verify_account_enabled,

Loading…
Cancel
Save