Skip to content

Commit

Permalink
Enhance descriptions for docker image name and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 22, 2024
1 parent 965ff5a commit 79d2ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dispatcher/frontend-ui/src/components/ScheduleEditor.vue
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@
</b-row>
<b-row>
<b-col>
<b-form-group label="Image Name:" label-for="es_image" description="Just the image name (repo/name)">
<b-form-group label="Image Name:" label-for="es_image" description="Image name without tag (docker_repo/name)">
<b-form-input v-model="edit_schedule.config.image.name"
id="es_image"
type="text"
@@ -131,7 +131,7 @@
</b-form-group>
</b-col>
<b-col>
<b-form-group label="Image Tag" label-for="es_imagetag" description="Just the tag name. `latest` usually.">
<b-form-group label="Image Tag" label-for="es_imagetag" description="Input image name first to have proper values">
<b-form-select id="es_category"
v-model="edit_schedule.config.image.tag"
required

0 comments on commit 79d2ad0

Please sign in to comment.