Update image descriptions, add examples

This commit is contained in:
Jake McDermott
2021-05-12 15:49:03 -04:00
parent 7fbe01352f
commit 39ce0ade6d
3 changed files with 39 additions and 2 deletions

View File

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