Compare commits
No commits in common. "178f2d472a60ecf6f4ad9abec922acfefb5ac83d" and "d2ad467d4e96ea2f86d8c913649cb11abf8a9f7d" have entirely different histories.
178f2d472a
...
d2ad467d4e
|
@ -15,17 +15,7 @@
|
||||||
<br><br>
|
<br><br>
|
||||||
<iframe type="text/html" src="{{url_for('static', filename='logs/1.txt')}}" width="100%" height="85%" id="embed">
|
<iframe type="text/html" src="{{url_for('static', filename='logs/1.txt')}}" width="100%" height="85%" id="embed">
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
const subdoc = document.getElementsByTagName("iframe")[0].contentWindow.document;
|
|
||||||
var script = document.createElement('script');
|
|
||||||
script.onload = function () {
|
|
||||||
const ansiOutput = subdoc.getElementsByTagName("body")[0].getElementsByTagName("pre")[0]
|
|
||||||
const ansi_up = new AnsiUp();
|
|
||||||
ansiOutput.innerHTML = ansi_up.ansi_to_html(ansiOutput.innerText)
|
|
||||||
};
|
|
||||||
script.src = "https://cdn.jsdelivr.net/npm/ansi_up@4.0.4/ansi_up.js";
|
|
||||||
document.head.appendChild(script);
|
|
||||||
</script>
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue