<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/server-control/controllers/remote-console-window-controller.html, branch master</title>
<subtitle>OpenBMC Phosphor WebUI sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-webui/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-webui/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/'/>
<updated>2019-06-21T19:27:51+00:00</updated>
<entry>
<title>Consolidate button styles</title>
<updated>2019-06-21T19:27:51+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-06-05T17:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=c86ce3c9c7736ef199d885596b6fc745c7d8c86e'/>
<id>urn:sha1:c86ce3c9c7736ef199d885596b6fc745c7d8c86e</id>
<content type='text'>
This patchset will create consistent button styling according
to the styleguide and remove redundant button styles by creating
reusable button classes.

This patchset also implements a consistent strategy for including
icon assets. Currently, svg icons are imported as CSS background
images or inlined into the markup. Inlining an svg is preferred,
especially when used with buttons or links so the colors can
be easily changed for different states (hover, focus, disabled)
without having to request variants.
The icon provider allows us to inline svgs without cluttering
the markup. Webpack config was adjusted to use svg-inline-loader
when resolving svgs that are used by the icon provider directive.

- All svgs were optimized to remove unncessary information.
- Removed unused svg color variants
- Moved icons used by icon provider to separate directory to
  avoid Webpack parsing the files twice
- Small changes to navigation icons

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I1ca214b74fc502e6b6e760cfee88b48110237c43
</content>
</entry>
<entry>
<title>Set SOL Screen dynamically</title>
<updated>2019-03-06T14:20:35+00:00</updated>
<author>
<name>Yang Cheng</name>
<email>cheng.c.yang@linux.intel.com</email>
</author>
<published>2019-03-06T14:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=511a2bbc5540fccb883b8d0005c2b387a23c9d05'/>
<id>urn:sha1:511a2bbc5540fccb883b8d0005c2b387a23c9d05</id>
<content type='text'>
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 &lt;cheng.c.yang@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Remove tabs from HTML files</title>
<updated>2018-09-25T21:11:35+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-09-25T19:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=5f0b776753678897722eb9fc7bb269cf5e47c10a'/>
<id>urn:sha1:5f0b776753678897722eb9fc7bb269cf5e47c10a</id>
<content type='text'>
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 &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Switch to xterm</title>
<updated>2018-09-11T21:57:48+00:00</updated>
<author>
<name>beccabroek</name>
<email>beccabroek@gmail.com</email>
</author>
<published>2018-09-07T22:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=457ca04073ff10cb1df2e7c5ab5192430a2ac6a9'/>
<id>urn:sha1:457ca04073ff10cb1df2e7c5ab5192430a2ac6a9</id>
<content type='text'>
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 &lt;beccabroek@gmail.com&gt;
</content>
</entry>
<entry>
<title>SOL console in new window button</title>
<updated>2018-09-10T20:45:53+00:00</updated>
<author>
<name>beccabroek</name>
<email>beccabroek@gmail.com</email>
</author>
<published>2018-09-04T14:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=a788cf01827234d20f2917feb08ee0976efcf774'/>
<id>urn:sha1:a788cf01827234d20f2917feb08ee0976efcf774</id>
<content type='text'>
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 &lt;beccabroek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Create SOL console directive</title>
<updated>2018-09-10T20:45:53+00:00</updated>
<author>
<name>beccabroek</name>
<email>beccabroek@gmail.com</email>
</author>
<published>2018-09-04T14:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=75697f909f1d0e1a2e2f575b680040650a0b60d9'/>
<id>urn:sha1:75697f909f1d0e1a2e2f575b680040650a0b60d9</id>
<content type='text'>
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 &lt;beccabroek@gmail.com&gt;
</content>
</entry>
<entry>
<title>Serial over lan popup functionality added</title>
<updated>2017-10-09T19:46:17+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iffy.ryan@ibm.com</email>
</author>
<published>2017-09-06T15:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=c4172b5a132e19516f8e98731cc38808eda6e033'/>
<id>urn:sha1:c4172b5a132e19516f8e98731cc38808eda6e033</id>
<content type='text'>
Change-Id: If624d4b1858abea7d15ecc54caf78ae1deb38232
Signed-off-by: Iftekharul Islam &lt;iffy.ryan@ibm.com&gt;
</content>
</entry>
<entry>
<title>new icon and pop-out window for Serial over lan</title>
<updated>2017-10-09T19:17:32+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.s.davis@ibm.com</email>
</author>
<published>2017-08-15T21:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=640d28a8a8cce40bce190b827131b86d6e806368'/>
<id>urn:sha1:640d28a8a8cce40bce190b827131b86d6e806368</id>
<content type='text'>
Change-Id: I1722a4fbd1e9ac07162c9732d68dfea283a28aed
Signed-off-by: Michael Davis &lt;michael.s.davis@ibm.com&gt;
</content>
</entry>
</feed>
