mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-24 23:02:06 +08:00
6fd591e4b5
* Update README.md
* add error troubleshooting and delScreenRecords btn
* Revert "Update README.md"
This reverts commit 5d22fe815f.
* complete coment at paths
* add button to delete screen record
* remove button to delete screen record
* index cleanup
* rename
* simpler
* same module
* no need auth on home
* ide
* name
* smaller text
* spacing
* Update README.md
* Update CHANGELOGS.md
* '\n on changelogs.md
---------
Co-authored-by: Jason Wen <haibin.wen3@gmail.com>
17 lines
300 B
HTML
17 lines
300 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
Error Log
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<br>
|
|
<h1>Error Log of<br>{{ file_name }}</h1>
|
|
<br>
|
|
{% endblock %}
|
|
|
|
{% block unformated %}
|
|
<pre style="font-size: x-small; margin: 20px;">{{ file_content }}</pre>
|
|
<br><br>
|
|
{% endblock %}
|