summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers/remote-console-controller.html
blob: 4d1887ace3cd0ca10384a993b05056cf0bffca2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id="server-control-remote-console">
  <div class="row column">
    <h1>Serial over LAN console</h1>
  </div>
  <section class="row column">
    <div class="page-header">
      <h2 class="h4">Access the Serial over LAN console</h2>
    </div>
  </section>
  <section class="row column">
    <p class="serial-lan__copy">The Serial over LAN (SoL) console redirects the output of the server’s serial port to a browser window on your workstation.</p>
  </section>
  <section class="row column">
    <div class="terminal-container">
      <serial-console show-tab-btn="true"></serial-console>
    </div>
  </section>
</div>

OpenPOWER on IntegriCloud