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" />