Skip to content

Commit

Permalink
add placeholder for custom apps image field
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari committed Dec 12, 2024
1 parent ddfdd1a commit f4e150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forms/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _setup_form_helper(self):
placeholder="Describe why you want to make the app accessible only via a link",
),
SRVCommonDivField("port", placeholder="8000"),
SRVCommonDivField("image"),
SRVCommonDivField("image", placeholder="e.g. docker.io/username/image-name:image-tag"),
Accordion(
AccordionGroup(
"Advanced settings",
Expand Down

0 comments on commit f4e150c

Please sign in to comment.