From 3729bb1dda6a31b8edaca68293677bea313e39a2 Mon Sep 17 00:00:00 2001
From: Xayton <30591904+Xayton@users.noreply.github.com>
Date: Mon, 29 Apr 2024 18:26:35 +0200
Subject: [PATCH 1/2] Update the home.html file that powers the "Debug
Console": - Improved the CSS code and JS code - Added the support for the
"show 'list'" options as a select - Add an additional section to show only
the "list" commands, when the user selects such option - Fixed the code
detecting "list" messages, as it was missing cases where the JSON content had
a "Ports" property but its value was null instead of an empty array.
---
home.html | 476 +++++++++++++++++++++++++++++++-----------------------
1 file changed, 270 insertions(+), 206 deletions(-)
diff --git a/home.html b/home.html
index 30c241f22..796dc1a8b 100644
--- a/home.html
+++ b/home.html
@@ -1,38 +1,53 @@
+