This commit is contained in:
@@ -159,6 +159,22 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panel terminal-panel">
|
||||
<div class="panel-heading">
|
||||
<div>
|
||||
<p class="eyebrow">SSH</p>
|
||||
<h3>Run a remote command</h3>
|
||||
</div>
|
||||
<button id="run-ssh" class="primary" type="button">SSH run</button>
|
||||
</div>
|
||||
<div class="ssh-grid">
|
||||
<input id="ssh-host" placeholder="host" value="example.com" />
|
||||
<input id="ssh-user" placeholder="user optional" value="" />
|
||||
<input id="ssh-command" placeholder="command" value="uptime" />
|
||||
</div>
|
||||
<pre id="ssh-output" class="runtime-output">SSH runtime is wired through system ssh with BatchMode and timeout.</pre>
|
||||
</section>
|
||||
|
||||
<section class="panel feature-panel">
|
||||
<div class="panel-heading">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user