From ca4cfd27b9fb94c17cae3518b1a3434e698b782d Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sat, 16 Dec 2023 17:57:41 +1100 Subject: [PATCH] Add some text to explain what this does --- templates/dashboard.html | 12 +++++++++--- templates/home.html | 10 +++++++++- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 27fc0ec..788446a 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -84,9 +84,15 @@ + data-state="closed"> + + + + + + Toggle user menu
diff --git a/templates/home.html b/templates/home.html index 20a0efd..1a05a6a 100644 --- a/templates/home.html +++ b/templates/home.html @@ -22,7 +22,15 @@ Toggle user menu -
Create your own javascript HTTP & Timer handlers
+
Create your own JavaScript HTTP & Timer + handlers
+ +

+ This tool allows you to write and execute JavaScript code for HTTP and timer-based functions. Utilize the on-page + code editor to develop and modify your scripts. Once executed, view the responses and logs immediately, providing + direct insight into the behavior and output of your handlers. +

+