Skip to content

Commit

Permalink
Add semicolons for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 22, 2024
1 parent 79d2ad0 commit 6089d86
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
Expand Up @@ -131,7 +131,7 @@
</b-form-group>
</b-col>
<b-col>
<b-form-group label="Image Tag" label-for="es_imagetag" description="Input image name first to have proper values">
<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
Expand All @@ -140,7 +140,7 @@
</b-form-group>
</b-col>
<b-col>
<b-form-group label="Monitoring" label-for="es_monitor" description="Attach a monitoring companion to scraper">
<b-form-group label="Monitoring:" label-for="es_monitor" description="Attach a monitoring companion to scraper">
<SwitchButton v-model="edit_schedule.config.monitor">{{ edit_schedule.config.monitor|yes_no("Enabled", "Disabled") }}</SwitchButton>
</b-form-group>
</b-col>
Expand Down

0 comments on commit 6089d86

Please sign in to comment.