Skip to content

Commit

Permalink
Better label for the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 2, 2023
1 parent 729d392 commit 6aa124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/web/src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<input name="scsi_id" type="hidden" value="{{ device.id }}">
<input name="unit" type="hidden" value="{{ device.unit }}">
<input name="type" type="hidden" value="{{ device.device_type }}">
<label for="device_list_file_name_{{ device.id }}_{{ device.unit }}">{{ _("File name") }}</label>
<label for="device_list_file_name_{{ device.id }}_{{ device.unit }}">{{ _("Image file:") }}</label>
<select type="select" name="file_name" id="device_list_file_name_{{ device.id }}_{{ device.unit }}">
{% for f in files|sort(attribute='name') %}
{% if device.device_type == "SCCD" %}
Expand Down

0 comments on commit 6aa124a

Please sign in to comment.