From ea5680b473626c41d536ad189e29e822faa1f25c Mon Sep 17 00:00:00 2001 From: Kwimbee <72341571+Kwimbee@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:26:14 +0100 Subject: [PATCH] indent fix + typo + dmx sniff fix --- iforte/logs.html | 238 +++++++++++++++++++++++++---------------------- 1 file changed, 128 insertions(+), 110 deletions(-) diff --git a/iforte/logs.html b/iforte/logs.html index b333b22..e641d9d 100644 --- a/iforte/logs.html +++ b/iforte/logs.html @@ -1,39 +1,39 @@ - - - - - - - - - - - - +
+
+

Device logs

+
+
+

Logs filter

Logs filters not functionnal on this simulator.
@@ -362,7 +362,7 @@
  • 37°C
  • -32°C
  • -

    Display orientation

    Side Botom +

    Display orientation

    Side Bottom
    @@ -386,7 +386,7 @@
  • 34°C
  • 33°C
  • -

    Display orientation

    Side Botom +

    Display orientation

    Side Bottom
    @@ -407,7 +407,7 @@
  • 21°C
  • -32°C
  • -

    Display orientation

    Side Botom +

    Display orientation

    Side Bottom @@ -459,83 +459,101 @@ - - \ No newline at end of file + html += '
    '; + html += '
    '; + html += '
    '; + html += ''; + return html + } + + function c_dt(n, t, e, c, it) { + var html = '
    '; + html += ''; + html += '
    '; + html += ''; + html += e.length > 0 ? '
    ' + e + '
    ' : ''; + html += '
    '; + return html + } + + function c_sil(id, t, o) { + var html = '
    '; + html += '
    '; + return html + } + + + \ No newline at end of file