mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Updating host field help text
This commit is contained in:
parent
d7ffdf7020
commit
ebb0f06b17
@ -342,6 +342,7 @@ class Host(CommonModelNameNotUnique):
|
||||
max_length=1024,
|
||||
blank=True,
|
||||
default='',
|
||||
help_text=_('The value used by the remote inventory source to uniquely identify the host'),
|
||||
)
|
||||
variables = models.TextField(
|
||||
blank=True,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user