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 1/2] 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 From 0b8f06099aaaddc27046311152a948007fce6aff Mon Sep 17 00:00:00 2001 From: Kwimbee <72341571+Kwimbee@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:11:48 +0100 Subject: [PATCH 2/2] fix DMX sniff on T1 --- iforte/logs.html | 4 +--- t1/logs.html | 46 +++++++++++++++++++++++++++++++--------------- 2 files changed, 32 insertions(+), 18 deletions(-) diff --git a/iforte/logs.html b/iforte/logs.html index e641d9d..8074e36 100644 --- a/iforte/logs.html +++ b/iforte/logs.html @@ -463,9 +463,7 @@ var is_sniffing = false; // CREATES MODAL FOR LOG TOOLS - function cfgm() { - console.log(is_sniffing); - + function cfgm() { $('#m-t').html('Logs tools'); $('#m-f').empty(); $('.sb').unbind(); diff --git a/t1/logs.html b/t1/logs.html index a4152e9..b286305 100644 --- a/t1/logs.html +++ b/t1/logs.html @@ -323,22 +323,38 @@