mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
clean up unwanted data in activity stream of nodes
This commit is contained in:
@@ -963,6 +963,9 @@ class LaunchTimeConfigBase(BaseModel):
|
||||
else:
|
||||
return self.extra_vars
|
||||
|
||||
def display_extra_data(self):
|
||||
return self.display_extra_vars()
|
||||
|
||||
@property
|
||||
def _credential(self):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user