From 2a439321d0a413837760b891bbf69f72fd566cad Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 13 Dec 2025 12:27:57 -0500 Subject: [PATCH] Add tooltips to diagnostics controls and service form inputs --- pikit-web/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pikit-web/index.html b/pikit-web/index.html index 507cbe4..cfcb1f9 100644 --- a/pikit-web/index.html +++ b/pikit-web/index.html @@ -118,10 +118,10 @@
- - - - + + + +

@@ -276,6 +276,7 @@
               type="text"
               id="svcName"
               placeholder="Service name"
+              title="Service name"
               maxlength="32"
             />
             

Service name: max 32 characters.

@@ -285,11 +286,13 @@ placeholder="Port (e.g. 8080)" min="1" max="65535" + title="Service port" />