<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/src/components/AppHeader, branch processor-chart</title>
<subtitle>Web-based user interface built on Vue.js for managing OpenBMC systems (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart</id>
<link rel='self' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/atom?h=processor-chart'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/'/>
<updated>2021-12-23T03:41:36+00:00</updated>
<entry>
<title>Fixed routerKey prop eslint warning</title>
<updated>2021-12-23T03:41:36+00:00</updated>
<author>
<name>Kenneth Fullbright</name>
<email>kennyneedsmilky@gmail.com</email>
</author>
<published>2021-12-21T19:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=00cb42b615602bb6563ff02f91158eb2e3b603fc'/>
<id>urn:sha1:00cb42b615602bb6563ff02f91158eb2e3b603fc</id>
<content type='text'>
Eslint throws a warning to props that don't have a default value

- Added a default value to the routerKey prop.

Signed-off-by: Kenneth Fullbright &lt;kennyneedsmilky@gmail.com&gt;
Change-Id: I2d9d4abd0512eeadf27f8941a0f391979eb9a80a
</content>
</entry>
<entry>
<title>Fixed refresh system info on header</title>
<updated>2021-12-20T02:51:41+00:00</updated>
<author>
<name>kennyneedsmilky</name>
<email>kennyneedsmilky@gmail.com</email>
</author>
<published>2021-11-10T21:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=14172d745cec46a6ad4cce61eb02df962eb4f309'/>
<id>urn:sha1:14172d745cec46a6ad4cce61eb02df962eb4f309</id>
<content type='text'>
The refresh button in the App header previously only re-rendered
the main mage section, this change also refreshes the app header
and main content.

Signed-off-by: Kenneth Fullbright &lt;kennyneedsmilky@gmail.com&gt;
Change-Id: Iff7f3f14bca8ddfd815ccb1b87dd182c4bfd79ba
</content>
</entry>
<entry>
<title>Update login page layout</title>
<updated>2021-09-02T22:08:05+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-08-26T19:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=932aff93a96fff5fb2d1e1dc264f944cc78b3f83'/>
<id>urn:sha1:932aff93a96fff5fb2d1e1dc264f944cc78b3f83</id>
<content type='text'>
This update will:

- Change the positioning of the form to be on the left
- Add the built on OpenBMC logo to the bottom right corner of the
screen
- Add the ability to include a GUI custom name using a .env variable.
If the variable is not present, the login page will not include the &lt;h1&gt;
section heading element.
- Remove the word "logo" from the alt attribute for the company logo
image used in the application header and on the login page.

Github story: https://github.com/openbmc/webui-vue/issues/63

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I83ac5aecff0b3858c3ab5f38ab1aaa603d59acf1
</content>
</entry>
<entry>
<title>Add system information on Appheader page</title>
<updated>2021-08-27T01:32:14+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2021-08-16T13:29:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=4dd7eabfa4476e264e051dc0178a333452a6b175'/>
<id>urn:sha1:4dd7eabfa4476e264e051dc0178a333452a6b175</id>
<content type='text'>
- Model type and serial number are newly added system info data on
Appheader.
- On small screens and below system information(model type, serial number and
asset tag) will be hidden.
- On large screen and below model type and serial number will be visible but
asset tag will be hidden.
- For all other screens all the system info will be visible.

Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: Ia844a26f658083cbd5fa9c8f3f6bea8b65ddcd11
</content>
</entry>
<entry>
<title>IA update: Update control section to operations</title>
<updated>2021-08-10T19:20:42+00:00</updated>
<author>
<name>Sandeepa Singh</name>
<email>sandeepa.singh@ibm.com</email>
</author>
<published>2021-07-14T10:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=68cbbe9014cbdcf7229a878f564d38f6d6199f25'/>
<id>urn:sha1:68cbbe9014cbdcf7229a878f564d38f6d6199f25</id>
<content type='text'>
This is the third update to the information architecture changes and
has the following changes:

- The control section has been updated to operations
- The server led page has been removed
- The firmware page is moved to operations section

Signed-off-by: Sandeepa Singh &lt;sandeepa.singh@ibm.com&gt;
Change-Id: I2e23da447890d7bee51892e1f782d5f2db6dded4
</content>
</entry>
<entry>
<title>IA update: Add logs and update overview icon</title>
<updated>2021-08-10T19:20:42+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-06-28T20:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=828dda9b187684902710bb11621eca27bf0c6eec'/>
<id>urn:sha1:828dda9b187684902710bb11621eca27bf0c6eec</id>
<content type='text'>
This is the first patchset of the information architecture changes.
These changes are the result of several months of design research with
users to improve the existing information architecture (IA). More
information can we found in the Github story.

This patchset will add a Logs section and move event logs and dumps from
the Health section to the new Logs section. It will also update the icon
used for the Overview page.

Github story: https://github.com/openbmc/webui-vue/issues/56

Testing:
1. IBM build:
  - Logs contained Event logs and dumps
  - Both pages rendered when clicking link
2. Intel build
  - Logs contained Event logs only
  - Logs page rendered when clicking link
3. Tested default build
  - Logs contained Event logs only
  - Logs page rendered when clicking link

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I4621837202cf5ad3469d6ea460d9a5bdc79c8816
</content>
</entry>
<entry>
<title>Replace use of the term host with server</title>
<updated>2021-05-18T13:39:36+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-05-06T23:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=71114feb9a800d42f6eeddfa477077a8ab8e44f6'/>
<id>urn:sha1:71114feb9a800d42f6eeddfa477077a8ab8e44f6</id>
<content type='text'>
This patchset focuses on the global store use for server power
operations and impacts several pages in the interface.

For consistency, both in the UI and the code base, we are replacing
the term host with server. This change impacts both the user and the
developer experience. Maintaining consistency in naming allows both
developers and users to form a mental model of the overall system
and will help remove confusion when interacting with the UI and
editing the interface.

Testing:
1. Tested shutdown, power on, and reboot and verified the icons and
page sections in the site header and the server power operations page
update as expected during power operations.
2. Verified the one-time boot operations alert is displayed to the
user when changing the boot settings on the server power operations page
3 Tested factory reset and validated the correct information message
is displayed to the user with the server power off and on when
performing the factory reset functions.
4. Verified the SOL Console status icon updates correctly during
power operations.
5. Verified the alert message is displayed on the firmware update page
when the server is powered on.

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I88499a746364ab80f16a8b350d550407d094e95d
</content>
</entry>
<entry>
<title>Fix skip link 404 error on refresh bug</title>
<updated>2021-02-16T21:27:55+00:00</updated>
<author>
<name>Derick Montague</name>
<email>derick.montague@ibm.com</email>
</author>
<published>2021-02-16T15:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=8026797012a0cbdce357a5c47304134fec9eca73'/>
<id>urn:sha1:8026797012a0cbdce357a5c47304134fec9eca73</id>
<content type='text'>
Problem:
When a user uses the skip link anchor to skip the navigation, the
route was being changed to /#main-content. This route does not
exist. If a user were to manually refresh the page, it would
return a 404. This link is critical to meet accessibility
guidelines and is needed by users that navigate with a keyboard.

The challenge is that we need to mirror a full page refresh on all
route changes, so we set focus on the app-header element on each route
change. When we click the skip to navigation link, there should not be
a route change. All we need is to set focus on the &lt;main&gt; element so
that the user can tab to the first tabbable element in the main content
section.

Solution:
- Use a native &lt;a&gt; element with an attached click event handler
- Prevent the default action of adding the hash to the URL
- Create a global mixin to reuse for route changes and skip link
activation
- Emit an event that can be listened for to call the global mixin

Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I4c2301b02f608eeb376ed2d1bd809f3d5c1bf545
</content>
</entry>
<entry>
<title>Add enhancements to BVToastMixin</title>
<updated>2021-02-16T17:31:36+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2021-02-09T20:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=f92e29696d0f01c7fa1941829cb131a708f88393'/>
<id>urn:sha1:f92e29696d0f01c7fa1941829cb131a708f88393</id>
<content type='text'>
Adds ability to create toasts with multi-lined body content and
options to include a timestamp and application refresh action.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I30b1da04a0e0b5f29a419950462d1ca35e207552
</content>
</entry>
<entry>
<title>Show asset name in the app header</title>
<updated>2020-12-15T23:16:56+00:00</updated>
<author>
<name>Sukanya Pandey</name>
<email>sukapan1@in.ibm.com</email>
</author>
<published>2020-12-09T10:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f'/>
<id>urn:sha1:c5c2ae99f6e9b91526ea5896b3029ab8a7480c6f</id>
<content type='text'>
Signed-off-by: Sukanya Pandey &lt;sukapan1@in.ibm.com&gt;
Change-Id: If5394604d6c91b3604eaadb33178376fe6da672c
</content>
</entry>
</feed>
