Restore the removable drive image label

This commit is contained in:
Daniel Markstedt 2023-12-03 15:58:42 +09:00
parent fe43b49db4
commit 24dc1bc4e7
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -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 }}">