aee27141 | 27-Jan-2022 |
Nikhil Ashoka <a.nikhil@ibm.com> |
Security Panel add additional features
Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page
Signed-off-by: Nikhil Ashoka <a.nikhil@i
Security Panel add additional features
Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page
Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09
show more ...
|
18cde3ce | 05-Jan-2022 |
Nikhil Ashoka <a.nikhil@ibm.com> |
Add values to system inventory table
TotalSystemMemoryGiB and CoreCount field is not present.
Added TotalSystemMemoryGiB under Memory summary Added CoreCount under Processor summary
Signed-off-by:
Add values to system inventory table
TotalSystemMemoryGiB and CoreCount field is not present.
Added TotalSystemMemoryGiB under Memory summary Added CoreCount under Processor summary
Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I598abc7c05dd5113db0071ecd71bbcc32ad696c4
show more ...
|
e39b95d6 | 23-Aug-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add ability to view all the dumps
The story is integration of these two API responses for their respective dumps:
1.Resource and Hostboot dumps: redfish/v1/Systems/system/LogServices/Dump/Entries 2
Add ability to view all the dumps
The story is integration of these two API responses for their respective dumps:
1.Resource and Hostboot dumps: redfish/v1/Systems/system/LogServices/Dump/Entries 2.BMC Dumps: /redfish/v1/Managers/bmc/LogServices/Dump/Entries
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I24ded733e682d21904e92e2e8be1951e46d33b09
show more ...
|
2b33ec2c | 12-Jan-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Update russian translations for the timezone toast messages
Add russian translations that were missed in a commit 77e64901f7334773d85fefab5e5623fa0e6ec499 ("Fix invalid password validation").
Signe
Update russian translations for the timezone toast messages
Add russian translations that were missed in a commit 77e64901f7334773d85fefab5e5623fa0e6ec499 ("Fix invalid password validation").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I818c6918ee9a7c862a37335f43acccf57b486828
show more ...
|
b84a87ba | 12-Jan-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the new properties to Dimms table
Add russian translations that were missed in a commit 61fdd942fc17a63713a82917b185d1ae16b49e4f ("Add missing properties to Dimms table").
Russian translations for the new properties to Dimms table
Add russian translations that were missed in a commit 61fdd942fc17a63713a82917b185d1ae16b49e4f ("Add missing properties to Dimms table").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id9a18b82a12f135d46d59d0417892b6dc1d08bdd
show more ...
|
e61534a4 | 24-Jan-2022 |
Kenneth Fullbright <kennyneedsmilky@gmail.com> |
Fixed DHCP UseNTPServers Property Patch
DHCP property UseNTPServers is not working and its value is not getting reflected in backend. It always remains enabled irrespective on enable or disable on G
Fixed DHCP UseNTPServers Property Patch
DHCP property UseNTPServers is not working and its value is not getting reflected in backend. It always remains enabled irrespective on enable or disable on GUI.
- Fixed the incorrect patch on the saveNtpState action.
Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: Id0b7240e38f68bea8e98694bdcbe4e36e723bbcb
show more ...
|
d600bb52 | 20-Dec-2021 |
Kenneth Fullbright <kennyneedsmilky@gmail.com> |
Fixed Assembly table Identify LED switches
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-
Fixed Assembly table Identify LED switches
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 <kennyneedsmilky@gmail.com> Change-Id: Id0a3cf4dc533f6a0205be9fd037b13f92647cc00
show more ...
|
c2c53aa9 | 30-Nov-2021 |
Kenneth <kennyneedsmilky@gmail.com> |
Fixed vuex dumps errors
Refactored getters and dispatch names were not matching the getters and actions strings, which made dumps not work.
Made the getters and dispatch names match the vuex getter
Fixed vuex dumps errors
Refactored getters and dispatch names were not matching the getters and actions strings, which made dumps not work.
Made the getters and dispatch names match the vuex getters and actions strings to the refactored codebase.
Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I414a7f85ef70c270785b825b3b14f9dfb27a33a7
show more ...
|
77e64901 | 29-Dec-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Fix invalid password validation
Bug: Success toast message appeared on invalid value of new password on profile settings page.
Solution: Fixed the toast message for password change and timezone cha
Fix invalid password validation
Bug: Success toast message appeared on invalid value of new password on profile settings page.
Solution: Fixed the toast message for password change and timezone change respectively.
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I71b53dd02e4fdda040248c3ed9408be8d220454d
show more ...
|
61fdd942 | 27-Dec-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Add missing properties to Dimms table
- Added the following properties: Base module type, Bus width bits, Capacity MiB, Data width bits, Enabled, Operating speed Mhz
- Design has been updated for D
Add missing properties to Dimms table
- 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 <sandeepa.singh@ibm.com> Change-Id: Ifd77071abd9544120c1904065275ccc00dd8d862
show more ...
|
f4328edf | 12-Jul-2021 |
MichalX Szopinski <michalx.szopinski@intel.com> |
Remove hardcoded chassis in Manage power usage
Simmilar modification to https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/42988 which removes the hardcoded chassis name from url on Manage pow
Remove hardcoded chassis in Manage power usage
Simmilar modification to https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/42988 which removes the hardcoded chassis name from url on Manage power usage tab. With this modification we are displaying only informations about first power device. This change also fixes the overwriting existing power cap value on load.
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: Ia164db9f2c50d98bc767c0f4729e9572a2d01da1
show more ...
|
00cb42b6 | 21-Dec-2021 |
Kenneth Fullbright <kennyneedsmilky@gmail.com> |
Fixed routerKey prop eslint warning
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 <kennyneedsmil
Fixed routerKey prop eslint warning
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 <kennyneedsmilky@gmail.com> Change-Id: I2d9d4abd0512eeadf27f8941a0f391979eb9a80a
show more ...
|
84ec88f9 | 11-Nov-2021 |
Kenneth <kennyneedsmilky@gmail.com> |
Fixed empty string in NTP server array
The UI should not patch an empty string to the NTP server array as this is not valid per redfish spec.
Filtered out empty strings from the array. After that,
Fixed empty string in NTP server array
The UI should not patch an empty string to the NTP server array as this is not valid per redfish spec.
Filtered out empty strings from the array. After that, re-render the ui and re-set ntp values.
Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I0086086dec5f49f7cb4305813b3c5ce0348368b5
show more ...
|
799bcd3f | 17-Dec-2021 |
Kenneth Fullbright <kennyneedsmilky@gmail.com> |
Add assembly table component name to table
Replaced id key with name key
Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I7ce8798aac108841a13f24799cc35e7b5b261933 |
823c1812 | 17-Dec-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Correct values for deleteDns/deleteIpv4 keys in translation
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I6335db232a6b61990e16f70222dbc67ccd48d044 |
fffb3825 | 17-Dec-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the deleteDns/deleteIpv4 fixes
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I023e4ce64800cb4d464df7084e73d738721f85ed |
a8c0c1ee | 13-Dec-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the hostname/MAC address settings
Add russian translations that were missed in a commit 12dc20c3701fe58b7d827ed44d65ac67cee8a4a6 ("Network settings: Edit hostname and MAC ad
Russian translations for the hostname/MAC address settings
Add russian translations that were missed in a commit 12dc20c3701fe58b7d827ed44d65ac67cee8a4a6 ("Network settings: Edit hostname and MAC address").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib025c223ca61636b7020cc3ce93e19afe2dddae8
show more ...
|
c6ee06fa | 13-Dec-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the IPv4/DNS network settings
Add russian translations that were missed in a commit b34349d4139230fb4ca99bf89a6b0e1f707e58e2 ("Network Settings: Add and Delete IPV4 and DNS
Russian translations for the IPv4/DNS network settings
Add russian translations that were missed in a commit b34349d4139230fb4ca99bf89a6b0e1f707e58e2 ("Network Settings: Add and Delete IPV4 and DNS address").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I5ba7588848c5451efe2e0ef8edb2ff9b4a71b207
show more ...
|
ea79bc57 | 13-Dec-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the new Network settings design
Add russian translations that were missed in a commit c4b8757ed88ecea369e6044548d2fbe072d5bd4a ("Network settings redesign - interface settin
Russian translations for the new Network settings design
Add russian translations that were missed in a commit c4b8757ed88ecea369e6044548d2fbe072d5bd4a ("Network settings redesign - interface settings").
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ie115667593f6d45b0833fa45c652238bbc223327
show more ...
|
a5fefd0a | 06-Aug-2021 |
Lei YU <yulei.sh@bytedance.com> |
[POC] login: Fix waiting in login page after login
When the user enter the correct username/password and click the "Log in" button, sometimes the page stays at the login page. The user will have to
[POC] login: Fix waiting in login page after login
When the user enter the correct username/password and click the "Log in" button, sometimes the page stays at the login page. The user will have to reload the page, enter the username/password, and click the "Log in" button again to actually login the WebUI.
From the browser's debug control, we could see it's waiting for the response of https://$bmc/redfish/v1/AccountService/Accounts/root and it does not get any response.
From the BMC side, we could see the first login is successful.
Somehow if we remove the async keyword of function checkPasswordChangeRequired(), the issue is not reproduced anymore.
So this is a POC patch to fix the issue, but the root cause is unknown.
Tested: Clear the browser's cookie, successful login multiple times.
Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I01e3ab5ca63baed18045915500fa8ca2e6b247ea
show more ...
|
14172d74 | 10-Nov-2021 |
kennyneedsmilky <kennyneedsmilky@gmail.com> |
Fixed refresh system info on header
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
Fixed refresh system info on header
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 <kennyneedsmilky@gmail.com> Change-Id: Iff7f3f14bca8ddfd815ccb1b87dd182c4bfd79ba
show more ...
|
12dc20c3 | 03-Dec-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Network settings: Edit hostname and MAC address
Adds modals to edit hostname and mac address per interface.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I45d265c198afd1d9de9bb519a15a74
Network settings: Edit hostname and MAC address
Adds modals to edit hostname and mac address per interface.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I45d265c198afd1d9de9bb519a15a74e724f50f55
show more ...
|
b34349d4 | 02-Nov-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Network Settings: Add and Delete IPV4 and DNS address
Adds ability to add or delete static ipv4 and dns addesses per interface.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie143ded2f
Network Settings: Add and Delete IPV4 and DNS address
Adds ability to add or delete static ipv4 and dns addesses per interface.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie143ded2f173dd48f137471a684ba0d35ab0bf69
show more ...
|
c4b8757e | 07-Oct-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Network settings redesign - interface settings
First commit of the network settings redesign:
- Adds the global network settings section for DHCP settings - Adds read only hostname, FQDN and MAC ad
Network settings redesign - interface settings
First commit of the network settings redesign:
- Adds the global network settings section for DHCP settings - Adds read only hostname, FQDN and MAC address, modal to edit each will be done seperately - Removes interface specific sections to refactor in next commit - Adds tab component to display ethernet data by interface - Ability to edit, delete and add ipv4 addresses and DNS will be done in separate commit
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ibb1db6894ee697fec9e6ea1b8312d041c61faaad
show more ...
|
cc79a531 | 30-Nov-2021 |
Gunnar Mills <gmills@us.ibm.com> |
Correct Dump file extension
BMC Dump which is implemented in phosphor-debug-collector uses ".tar.xz" https://github.com/openbmc/phosphor-debug-collector/search?q=.tar.xz
The Dump page was incorrect
Correct Dump file extension
BMC Dump which is implemented in phosphor-debug-collector uses ".tar.xz" https://github.com/openbmc/phosphor-debug-collector/search?q=.tar.xz
The Dump page was incorrectly exporting as tar.gz. Fix this.
Change-Id: Id0b64a6e0ae92254484170a77e28a01f78c8d368 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|