summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers/remote-console-controller.html
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2018-09-07 17:18:24 -0500
committerEd Tanous <ed.tanous@intel.com>2018-09-11 14:57:48 -0700
commit457ca04073ff10cb1df2e7c5ab5192430a2ac6a9 (patch)
tree7e08838036ff59b0c7f9126dc4049bb04f173ec4 /app/server-control/controllers/remote-console-controller.html
parentfc7a33f279de2c56c62a1939fb0c7c2a7ed3a22b (diff)
downloadphosphor-webui-457ca04073ff10cb1df2e7c5ab5192430a2ac6a9.tar.gz
phosphor-webui-457ca04073ff10cb1df2e7c5ab5192430a2ac6a9.zip
Switch to xterm
Switch to xterm from hterm in the GUI, as it supports more encoding styles. Was seeing errors in console thrown by hterm during boot. Also resolves the issue of text wrapping observed in the below issue. Resolves openbmc/openbmc#3262 Tested: Errors are no longer thrown during boot related to encoding. xterm displaying console messages and delivering messages. Change-Id: I9f39c3616d7ff2c1045ff1ad29f603c65784ab30 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/server-control/controllers/remote-console-controller.html')
-rw-r--r--app/server-control/controllers/remote-console-controller.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/server-control/controllers/remote-console-controller.html b/app/server-control/controllers/remote-console-controller.html
index d26ebbe..3011eb0 100644
--- a/app/server-control/controllers/remote-console-controller.html
+++ b/app/server-control/controllers/remote-console-controller.html
@@ -9,7 +9,11 @@
</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>
- <serial-console show-tab-btn="true"></serial-console>
+ </section>
+ <section class="row column">
+ <div class="terminal-container">
+ <serial-console show-tab-btn="true"></serial-console>
+ </div>
</section>
</div>
OpenPOWER on IntegriCloud