瀏覽代碼

auto update script executed

Toby Chui 2 年之前
父節點
當前提交
3d7b8cd999
共有 1 個文件被更改,包括 10 次插入3 次删除
  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>