mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
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.
This commit is contained in:
parent
eac7cdde65
commit
34e4226fae
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user