Make up missing model help texts for job timeout.

This commit is contained in:
Aaron Tan
2017-06-06 11:28:56 -04:00
parent b1d4c44c51
commit bf3712122c
3 changed files with 3 additions and 1 deletions

View File

@@ -952,6 +952,7 @@ class InventorySourceOptions(BaseModel):
timeout = models.IntegerField(
blank=True,
default=0,
help_text=_("The amount of time (in seconds) to run before the task is canceled."),
)
verbosity = models.PositiveIntegerField(
choices=INVENTORY_UPDATE_VERBOSITY_CHOICES,