mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 01:03:35 -05:00
Updating host field help text
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user