|
@@ -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>
|
|
|
|