mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
Make up missing model help texts for job timeout.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user