Skip to content

Commit

Permalink
Restore the removable drive image label
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Dec 3, 2023
1 parent fe43b49 commit 24dc1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/web/src/static/themes/modern/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ table#attached-devices td.actions {

table#attached-devices td.parameters form {
display: flex;
align-items: center;
}

table#attached-devices td.parameters form label {
Expand Down
1 change: 1 addition & 0 deletions python/web/src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<td class="parameters">
{% if "No Media" in device.status %}
<form action="/scsi/attach" method="post">
<label for="device_list_file_name_{{ device.id }}_{{ device.unit }}">{{ _("File:") }}</label>
<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 }}">
Expand Down

0 comments on commit 24dc1bc

Please sign in to comment.