| #
                511a2bbc |  | 06-Mar-2019 | Yang Cheng <cheng.c.yang@linux.intel.com> | Set SOL Screen dynamically
 To make EWS SOL Screen size match the real BIOS console, need to
 set the screen dynamically. Web page get terminal resolution from
 config.json and calculate frame width an
 Set SOL Screen dynamically
 To make EWS SOL Screen size match the real BIOS console, need to
 set the screen dynamically. Web page get terminal resolution from
 config.json and calculate frame width and height base on the
 resolution and fontsize. Web page use this width and height to
 change the screen size. If no related configuration in config.json
 the SOL Screen will keep the original size before this code change.
 
 Tested By:
 Add "customConsoleDisplaySize": {"width": 100, "height": 32} to
 config.json, and open EWS Server Serial over LAN console page, the
 size of console client can match 100*32 characters. Set console
 redirection to 100*32 in BIOS setup page, the page show correctly
 in this SOL client in EWS. After enter OS, the linux console can
 show correctly in SOL client.
 After remove "customConsoleDisplaySize" in config.json, the size
 of console client in EWS show the same as the code change in this
 patch.
 
 Change-Id: I09bfe4e67db1387abcd57ee3a13b912957cf95b0
 Signed-off-by: Yang Cheng <cheng.c.yang@linux.intel.com>
 show more ...  
 | 
| #
                edf1ab46 |  | 15-Feb-2019 | beccabroek <beccabroek@gmail.com> | Clean up headers
 Updates headers to match style guide and makes them consistent
 throughout pages in the GUI. Removes instances where a header
 element existed and a different header style was being a
 Clean up headers
 Updates headers to match style guide and makes them consistent
 throughout pages in the GUI. Removes instances where a header
 element existed and a different header style was being applied.
 For example, <h2 class="h4">
 
 Tested: Ran GUI locally and verified that headers look consistent
 and have the appropriate sizing while using Chrome, Firefox and
 Safari.
 
 Change-Id: I187136298ed2bfd36c40c2b80d5a4f20947cbe56
 Signed-off-by: beccabroek <beccabroek@gmail.com>
 show more ...  
 | 
| #
                5f0b7767 |  | 25-Sep-2018 | Gunnar Mills <gmills@us.ibm.com> | Remove tabs from HTML files
 From https://google.github.io/styleguide/htmlcssguide.html
 "Indentation
 Indent by 2 spaces at a time.
 
 Don't use tabs or mix tabs and spaces for indentation."
 
 Tested: Ma
 Remove tabs from HTML files
 From https://google.github.io/styleguide/htmlcssguide.html
 "Indentation
 Indent by 2 spaces at a time.
 
 Don't use tabs or mix tabs and spaces for indentation."
 
 Tested: Manual regression testing on a Witherspoon.
 Change-Id: Ief7137dabc869b73b73f9947337fbb0abb5ca497
 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
 show more ...  
 | 
| #
                457ca040 |  | 07-Sep-2018 | beccabroek <beccabroek@gmail.com> | 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
 observe
 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>
 show more ...  
 | 
| #
                a788cf01 |  | 04-Sep-2018 | beccabroek <beccabroek@gmail.com> | SOL console in new window button
 Created button to open SOL console in new
 window.
 
 Resolves openbmc/openbmc#3153
 
 Tested: Verified that button brings up new window
 and  that SOL console functio
 SOL console in new window button
 Created button to open SOL console in new
 window.
 
 Resolves openbmc/openbmc#3153
 
 Tested: Verified that button brings up new window
 and  that SOL console functions in new window.
 
 Change-Id: Idf8ff314e9a14cba0820823afd1ce60e4b3bbc4f
 Signed-off-by: beccabroek <beccabroek@gmail.com>
 show more ...  
 | 
| #
                75697f90 |  | 04-Sep-2018 | beccabroek <beccabroek@gmail.com> | Create SOL console directive
 Created serial-console directive in order to avoid
 duplicate code between remote-console-controller
 and remote-console-window-controller.
 
 Tested: Verified that SOL cons
 Create SOL console directive
 Created serial-console directive in order to avoid
 duplicate code between remote-console-controller
 and remote-console-window-controller.
 
 Tested: Verified that SOL console functions as
 expected after refactor
 
 Change-Id: I8cfc8e78cc2325c813e5bef608886859df6b3ab8
 Signed-off-by: beccabroek <beccabroek@gmail.com>
 show more ...  
 | 
| #
                94732708 |  | 03-May-2018 | Deepak Kodihalli <dkodihal@in.ibm.com> | host console: remove sub-options
 Remove the "Open in new tab" and "Export" buttons. These are shown by
 the webui today, but there's no corresponding implementation. These will
 be added back when the
 host console: remove sub-options
 Remove the "Open in new tab" and "Export" buttons. These are shown by
 the webui today, but there's no corresponding implementation. These will
 be added back when these features are implemented (via
 https://github.com/openbmc/openbmc/issues/3153).
 
 Change-Id: Ib9b4267f2f16d06dfe6a2a11bb8c56beaac6e081
 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
 show more ...  
 | 
| #
                c4172b5a |  | 06-Sep-2017 | Iftekharul Islam <iffy.ryan@ibm.com> | Serial over lan popup functionality added
 Change-Id: If624d4b1858abea7d15ecc54caf78ae1deb38232
 Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
 
 | 
| #
                640d28a8 |  | 15-Aug-2017 | Michael Davis <michael.s.davis@ibm.com> | new icon and pop-out window for Serial over lan
 Change-Id: I1722a4fbd1e9ac07162c9732d68dfea283a28aed
 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
 
 | 
| #
                6bd0f263 |  | 27-Jul-2017 | Michael Davis <michael.s.davis@ibm.com> | design changes for serial over lan and added header copy for page based on user feedback.
 Change-Id: I1c740af47f7d4b2f26f433aa3d9e1243d53b39ef
 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
 
 | 
| #
                8b522065 |  | 05-May-2017 | Michael Davis <michael.s.davis@ibm.com> | created remote console page
 Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8
 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
 
 | 
| #
                cd789508 |  | 19-Apr-2017 | Iftekharul Islam <iislam@us.ibm.com> | Change navigation structure
 Change-Id: I12c819293ce1eda188dc9f257ae9370f1b73cb18
 Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
 
 |