<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/server-control/controllers/remote-console-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-03-06T14:20:35+00:00</updated>
<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>Clean up headers</title>
<updated>2019-02-19T14:26:14+00:00</updated>
<author>
<name>beccabroek</name>
<email>beccabroek@gmail.com</email>
</author>
<published>2019-02-15T22:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=edf1ab46938b9bb022be98e331ced8deec04d7c6'/>
<id>urn:sha1:edf1ab46938b9bb022be98e331ced8deec04d7c6</id>
<content type='text'>
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, &lt;h2 class="h4"&gt;

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 &lt;beccabroek@gmail.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>host console: remove sub-options</title>
<updated>2018-05-03T09:39:25+00:00</updated>
<author>
<name>Deepak Kodihalli</name>
<email>dkodihal@in.ibm.com</email>
</author>
<published>2018-05-03T08:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=94732708ac38137ba94ee1470a2c1f5a36c0d09f'/>
<id>urn:sha1:94732708ac38137ba94ee1470a2c1f5a36c0d09f</id>
<content type='text'>
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 &lt;dkodihal@in.ibm.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>
<entry>
<title>design changes for serial over lan and added header copy for page based on user feedback.</title>
<updated>2017-10-09T18:23:20+00:00</updated>
<author>
<name>Michael Davis</name>
<email>michael.s.davis@ibm.com</email>
</author>
<published>2017-07-27T20:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=6bd0f26361bd98f52c8115e290b06ab84d5388b4'/>
<id>urn:sha1:6bd0f26361bd98f52c8115e290b06ab84d5388b4</id>
<content type='text'>
Change-Id: I1c740af47f7d4b2f26f433aa3d9e1243d53b39ef
Signed-off-by: Michael Davis &lt;michael.s.davis@ibm.com&gt;
</content>
</entry>
</feed>
