Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
3d7b8cd999
1 changed files with 10 additions and 3 deletions
  1. 10 3
      web/components/networktools.html

+ 10 - 3
web/components/networktools.html

@@ -22,9 +22,16 @@
     </div>
 
     <div class="ui bottom attached tab segment" data-tab="tab2">
-        <h2>Web SSH</h2>
-        <p>Connect to a network node within the local area network of the gateway</p>
-        <button class="ui basic larger circular button" onclick="launchToolWithSize('./tools/sshconn.html',1000, 640);">Connect via SSH</button>
+        <div style="position: relative;">
+            <h2>Web SSH</h2>
+            <p>Connect to a network node within the local area network of the gateway</p>
+            <button class="ui basic larger circular button" onclick="launchToolWithSize('./tools/sshconn.html',1000, 640);">Connect via SSH</button>
+            <div class="ui inverted message" style="display: block;">
+                Copy from Terminal <code style="float: right;">Ctrl + Insert</code><br>
+                Paste to Terminal <code style="float: right;">Shift + Insert</code>
+            </div>
+        </div>
+       
         <div class="ui divider"></div>
     </div>