Updating host field help text

This commit is contained in:
Matthew Jones 2016-12-06 12:12:08 -05:00
parent d7ffdf7020
commit ebb0f06b17

View File

@ -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,