Commit 34e4226f authored by Franco Fichtner's avatar Franco Fichtner

firmware: use monospace font to display contents

The upgrade progress picks up the actual output of the command line
firmware tools, which expects monospaced output in order to be fully
readable and aligned.  Looks a bit archaic, but not worse than before.
parent eac7cdde
......@@ -214,7 +214,7 @@ POSSIBILITY OF SUCH DAMAGE.
</table>
</div>
<div id="progress" class="tab-pane fade in">
<textarea name="output" id="update_status" class="form-control" rows="10" wrap="hard" readonly style="max-width:100%;"></textarea>
<textarea name="output" id="update_status" class="form-control" rows="10" wrap="hard" readonly style="max-width:100%; font-family: monospace;"></textarea>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment