mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
Add support for inbound hop nodes
This commit is contained in:
@@ -110,6 +110,7 @@ class Instance(HasPolicyEditsMixin, BaseModel):
|
||||
default="",
|
||||
max_length=50,
|
||||
)
|
||||
|
||||
# Auto-fields, implementation is different from BaseModel
|
||||
created = models.DateTimeField(auto_now_add=True)
|
||||
modified = models.DateTimeField(auto_now=True)
|
||||
|
||||
Reference in New Issue
Block a user