| Iftekharul Islam | cd78950 | 2017-04-19 14:37:55 -0500 | [diff] [blame] | 1 | <div id="server-control-remote-console"> | 
| Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 2 | <div class="row column"> | 
|  | 3 | <h1>Serial over LAN console</h1> | 
|  | 4 | </div> | 
|  | 5 | <section class="row column"> | 
| Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame] | 6 | <div class="page-header"> | 
|  | 7 | <h2 class="h4">Access the Serial over LAN console</h2> | 
|  | 8 | </div> | 
|  | 9 | </section> | 
|  | 10 | <section class="row column"> | 
| Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 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> | 
| Iftekharul Islam | c4172b5 | 2017-09-06 10:43:20 -0500 | [diff] [blame] | 12 | <div class="serial-lan__wrapper" ng-class="{'disabled': dataService.remote_window_active}"> | 
| Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 13 | <div id="terminal" class="serial-lan__terminal"></div> | 
|  | 14 | <div class="serial-lan__actions"> | 
| Iftekharul Islam | c4172b5 | 2017-09-06 10:43:20 -0500 | [diff] [blame] | 15 | <button class="inline btn-pop-out" ng-click="openTerminalWindow()">Open in new tab</button> | 
| Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 16 | <a href="#" class="inline btn-export" download="{{export_name}}">Export console data</a> | 
|  | 17 | </div> | 
|  | 18 | </div> | 
|  | 19 | </section> | 
| Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame] | 20 | </div> | 
|  | 21 |  |