summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers/remote-console-controller.html
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-05 09:21:07 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:06 -0500
commit8b522065fa0573008e4b5388bc66d278f0ed82d1 (patch)
treeff579152a00458fa975183842df01d616102f1a2 /app/server-control/controllers/remote-console-controller.html
parent685fe75ec5c2e82280c0dcc47aa59802314c757d (diff)
downloadphosphor-webui-8b522065fa0573008e4b5388bc66d278f0ed82d1.tar.gz
phosphor-webui-8b522065fa0573008e4b5388bc66d278f0ed82d1.zip
created remote console page
Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-control/controllers/remote-console-controller.html')
-rw-r--r--app/server-control/controllers/remote-console-controller.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index 5b456d4..d08882a 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -1,5 +1,18 @@
<div id="server-control-remote-console">
- <div class="row column">
- <h1>Remote Console</h1>
- </div>
+ <div class="row column">
+ <h1>Serial over LAN console</h1>
+ </div>
+ <section class="row column">
+ <!--<div class="column small-12 page-header">-->
+ <!--<h2 class="h4">SoL console</h2>-->
+ <!--</div>-->
+ <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>
+ <div class="serial-lan__wrapper">
+ <div id="terminal" class="serial-lan__terminal"></div>
+ <div class="serial-lan__actions">
+ <a href="#" class="inline bold btn-pop-out" target="_blank">Open in new tab</a>
+ <a href="#" class="inline btn-export" download="{{export_name}}">Export console data</a>
+ </div>
+ </div>
+ </section>
</div> \ No newline at end of file
OpenPOWER on IntegriCloud