Tweak labels

This commit is contained in:
Daniel Markstedt 2021-09-23 12:43:05 -07:00
parent c3b22dddf9
commit 6b0ae0a1a7

View File

@ -118,9 +118,9 @@
{% endfor %}
</tbody>
</table>
<p><small>Available disk space on the Pi: {{free_disk}} MB</small></p>
<hr/>
<h2>Attach Ethernet Adapter</h2>
<p>Emulates a SCSI DaynaPORT Ethernet Adapter. <a href="https://github.com/akuker/RASCSI/wiki/Dayna-Port-SCSI-Link#-macintosh-setup-instructions">Host drivers required.</a></p>
<p>If you have a DHCP setup, ignore the Static IP fields.</p>
@ -159,8 +159,9 @@
</table>
<hr/>
<h2>Upload File</h2>
<p>Uploads file to <tt>{{base_dir}}</tt>. The largest file size accepted is {{max_file_size}} MB</p>
<p>Uploads file to <tt>{{base_dir}}</tt>. The largest file size accepted is {{max_file_size}} MB. Zip files will be unzipped.</p>
<table style="border: none">
<tr style="border: none">
<td style="border: none; vertical-align:top;">
@ -246,6 +247,7 @@
</td>
</tr>
</table>
<p><small>Available disk space on the Pi: {{free_disk}} MB</small></p>
<hr/>