<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/OpenBmc/webui-vue.git/src/store/modules/HardwareStatus, 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>2022-07-21T17:56:53+00:00</updated>
<entry>
<title>add charts for fans and processors</title>
<updated>2022-07-21T17:56:53+00:00</updated>
<author>
<name>Vitalii Lysak</name>
<email>v.lysak@dunice.net</email>
</author>
<published>2022-07-21T17:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=7cba13534cda94a1efdbad2ff8dbe68de1fbeaa3'/>
<id>urn:sha1:7cba13534cda94a1efdbad2ff8dbe68de1fbeaa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add template</title>
<updated>2022-07-20T14:20:35+00:00</updated>
<author>
<name>Vitalii Lysak</name>
<email>v.lysak@dunice.net</email>
</author>
<published>2022-07-20T14:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=2581c2ae3ea819fa54841560f976362877a8c213'/>
<id>urn:sha1:2581c2ae3ea819fa54841560f976362877a8c213</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing Model mapping to Chassis Store</title>
<updated>2022-05-03T19:51:07+00:00</updated>
<author>
<name>MichalX Szopinski</name>
<email>michalx.szopinski@intel.com</email>
</author>
<published>2022-02-25T16:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=fedc7344df80d87050966a4903f7aff32fddd259'/>
<id>urn:sha1:fedc7344df80d87050966a4903f7aff32fddd259</id>
<content type='text'>
Add missing "model" mapping on "Hardware status" tab in chassis
section.

Signed-off-by: MichalX Szopinski &lt;michalx.szopinski@intel.com&gt;
Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd
</content>
</entry>
<entry>
<title>Add values to system inventory table</title>
<updated>2022-01-27T21:20:09+00:00</updated>
<author>
<name>Nikhil Ashoka</name>
<email>a.nikhil@ibm.com</email>
</author>
<published>2022-01-05T16:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7'/>
<id>urn:sha1:18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7</id>
<content type='text'>
TotalSystemMemoryGiB and CoreCount field is not present.

Added TotalSystemMemoryGiB under Memory summary
Added CoreCount under Processor summary

Signed-off-by: Nikhil Ashoka &lt;a.nikhil@ibm.com&gt;
Change-Id: I598abc7c05dd5113db0071ecd71bbcc32ad696c4
</content>
</entry>
<entry>
<title>Fixed Assembly table Identify LED switches</title>
<updated>2022-01-07T16:46:42+00:00</updated>
<author>
<name>Kenneth Fullbright</name>
<email>kennyneedsmilky@gmail.com</email>
</author>
<published>2021-12-20T23:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=d600bb52cd7e71543932cdd30892f6dc9bb6d740'/>
<id>urn:sha1:d600bb52cd7e71543932cdd30892f6dc9bb6d740</id>
<content type='text'>
Identify LED should toggle on/off successfully

Rewrote the patch code to work with the Redfish schema

Set LocationIndicatorActive to true:
curl -k -H "X-Auth-Token: $token" -X PATCH -d '
{
  "Assemblies":[
    {"MemberId" : "0", "LocationIndicatorActive":true},
    {"MemberId": "1", "LocationIndicatorActive":true}
  ]
}'
https://${bmc}/redfish/v1/Chassis/chassis/Assembly

MemberId is required to reference which assembly LED to toggle

Signed-off-by: Kenneth Fullbright &lt;kennyneedsmilky@gmail.com&gt;
Change-Id: Id0a3cf4dc533f6a0205be9fd037b13f92647cc00
</content>
</entry>
<entry>
<title>Add missing properties to Dimms table</title>
<updated>2022-01-07T16:25:36+00:00</updated>
<author>
<name>Sandeepa Singh</name>
<email>sandeepa.singh@ibm.com</email>
</author>
<published>2021-12-27T12:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=61fdd942fc17a63713a82917b185d1ae16b49e4f'/>
<id>urn:sha1:61fdd942fc17a63713a82917b185d1ae16b49e4f</id>
<content type='text'>
- Added the following properties: Base module type, Bus width bits,
Capacity MiB, Data width bits, Enabled, Operating speed Mhz

- Design has been updated for Dimms table

Signed-off-by: Sandeepa Singh &lt;sandeepa.singh@ibm.com&gt;
Change-Id: Ifd77071abd9544120c1904065275ccc00dd8d862
</content>
</entry>
<entry>
<title>Add Dimms table missing properties</title>
<updated>2021-10-28T13:23:16+00:00</updated>
<author>
<name>Sandeepa Singh</name>
<email>sandeepa.singh@ibm.com</email>
</author>
<published>2021-09-27T09:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=8187678816dee0342b46e6f095324097ea734fea'/>
<id>urn:sha1:8187678816dee0342b46e6f095324097ea734fea</id>
<content type='text'>
- Added the following properties: Model, Description, Spare part number,
Location Number, Memory type, Memory size, Identify led

- Design has been updated for Dimms table on inventory page

Signed-off-by: Sandeepa Singh &lt;sandeepa.singh@ibm.com&gt;
Change-Id: Ife61396bd70c29df1b5ea55091adc8c6813b5cdc
</content>
</entry>
<entry>
<title>Add Assemblies schema to Hardware Status - Inventory and LEDs</title>
<updated>2021-09-23T13:37:11+00:00</updated>
<author>
<name>Sneha Patel</name>
<email>Snehaben.Patel@ibm.com</email>
</author>
<published>2021-09-09T17:40:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=a02c6f94bd541b07067ac30bab609896b3f6f988'/>
<id>urn:sha1:a02c6f94bd541b07067ac30bab609896b3f6f988</id>
<content type='text'>
Signed-off-by: Sneha Patel &lt;Snehaben.Patel@ibm.com&gt;
Change-Id: I1a4edae664d008a4f618d03d62e2319d8157ed6d
</content>
</entry>
<entry>
<title>Location codes on Hardware status-Inventory and LEDs</title>
<updated>2021-09-15T13:38:24+00:00</updated>
<author>
<name>Sneha Patel</name>
<email>Snehaben.Patel@ibm.com</email>
</author>
<published>2021-09-02T17:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=9f61234ab2e8beea6ebe1f2e9dc445cd3521a0e4'/>
<id>urn:sha1:9f61234ab2e8beea6ebe1f2e9dc445cd3521a0e4</id>
<content type='text'>
Display location number on hardware inventory items

Signed-off-by: Sneha Patel &lt;Snehaben.Patel@ibm.com&gt;
Change-Id: Ib5555191f21ac4546d0b2e2af5b395aaa3a5357e
</content>
</entry>
<entry>
<title>Use a 'V' symbol for voltage unit</title>
<updated>2021-08-30T07:23:05+00:00</updated>
<author>
<name>Konstantin Aladyshev</name>
<email>aladyshev22@gmail.com</email>
</author>
<published>2021-08-02T11:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/OpenBmc/webui-vue.git/commit/?id=a69102a268875723090485cf29d53617561580b1'/>
<id>urn:sha1:a69102a268875723090485cf29d53617561580b1</id>
<content type='text'>
Currently webui-vue displays all sensor data with units written as
symbols ('A', 'W', 'C', 'RPM') except for voltage which is written as
'Volts'.
Use a 'V' symbol for voltage unit for unification.

Change-Id: I257b6d6bf1d099f62a861430a6448368b56dace1
Signed-off-by: Konstantin Aladyshev &lt;aladyshev22@gmail.com&gt;
</content>
</entry>
</feed>
