xref: /openbmc/phosphor-webui/app/server-control/controllers/remote-console-controller.html (revision 8b522065fa0573008e4b5388bc66d278f0ed82d1)
1cd789508SIftekharul Islam<div id="server-control-remote-console">
2cd789508SIftekharul Islam	<div class="row column">
3*8b522065SMichael Davis		<h1>Serial over LAN console</h1>
4cd789508SIftekharul Islam	</div>
5*8b522065SMichael Davis	<section class="row column">
6*8b522065SMichael Davis		<!--<div class="column small-12 page-header">-->
7*8b522065SMichael Davis			<!--<h2 class="h4">SoL console</h2>-->
8*8b522065SMichael Davis		<!--</div>-->
9*8b522065SMichael Davis		<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>
10*8b522065SMichael Davis		<div class="serial-lan__wrapper">
11*8b522065SMichael Davis			<div id="terminal" class="serial-lan__terminal"></div>
12*8b522065SMichael Davis			<div class="serial-lan__actions">
13*8b522065SMichael Davis				<a href="#" class="inline bold btn-pop-out" target="_blank">Open in new tab</a>
14*8b522065SMichael Davis				<a href="#" class="inline btn-export" download="{{export_name}}">Export console data</a>
15*8b522065SMichael Davis			</div>
16*8b522065SMichael Davis		</div>
17*8b522065SMichael Davis	</section>
18cd789508SIftekharul Islam</div>