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