xref: /openbmc/phosphor-webui/app/server-control/controllers/remote-console-controller.html (revision 511a2bbc5540fccb883b8d0005c2b387a23c9d05)
1<div id="server-control-remote-console">
2  <div class="row column">
3    <h1>Serial over LAN console</h1>
4  </div>
5  <section class="row column">
6    <div class="page-header">
7      <h2>Access the Serial over LAN console</h2>
8    </div>
9  </section>
10  <section class="row column">
11    <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>
12  </section>
13  <section class="row column">
14    <div id="term-container" class="terminal-container">
15      <serial-console show-tab-btn="true"></serial-console>
16    </div>
17  </section>
18</div>
19
20