mirror of
https://github.com/ansible/awx.git
synced 2026-06-24 16:17:51 -02:30
Update image descriptions, add examples
This commit is contained in:
@@ -30,7 +30,7 @@ class ExecutionEnvironment(CommonModel):
|
||||
image = models.CharField(
|
||||
max_length=1024,
|
||||
verbose_name=_('image location'),
|
||||
help_text=_("The registry location where the container is stored."),
|
||||
help_text=_("The full image location, including the container registry, image name, and version tag."),
|
||||
)
|
||||
managed_by_tower = models.BooleanField(default=False, editable=False)
|
||||
credential = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user