summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-12container-xl: unset max width on large screenAndrey V.Kosteltsev1-0/+6
2022-06-11login-form background transparentAndrey V.Kosteltsev1-0/+4
2022-06-11SILA: progress-bar colorAndrey V.Kosteltsev1-0/+1
2022-06-10RU: Update SOL console page alert messageKonstantin Aladyshev1-0/+3
Add russian translations that were missed in a commit 1d9257e5a355bbc0540b70ab2b2d9a17dea6d986 ("Update SOL console page alert message"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I71219d8d9ac4cc7cd86ef8911863a216f2bbbee9
2022-06-10IBS: primary, dark colorAndrey V.Kosteltsev1-1/+1
2022-06-09IBS: .env.ibsAndrey V.Kosteltsev1-0/+12
2022-06-09IBS: env: fonts, styles, components, routers, storeAndrey V.Kosteltsev22-0/+520
2022-05-22Created from ibs@1e5b41024ce5831aed796b5d2ca6c5afacda6d52Andrey V.Kosteltsev1-2/+2
2022-05-22Created from master@fedc7344df80d87050966a4903f7aff32fddd259Andrey V.Kosteltsev1-0/+9
2022-05-11Revert "Filtered the IP address to IPv4 on sessions page"Jiaqing Zhao1-5/+1
In bmcweb/41d61c8 ("Convert IPv4-mapped IPv6 ClientIP back to IPv4"), bmcweb automatically converts IPv4 addresses to IPv4 format, workaround in webui-vue is no longer needed. The original patch also brings issue with displaying IPv6 addresses in Sessions tab. This reverts commit d902aa7b4f98b49d2a20ad8253bc15afd77e9349. Tested: Both IPv4 and IPv6 addresses are displayed correctly in Sessions. Change-Id: Ib56398de51526ee72168b5bf8427278bcb6f9c17 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
2022-05-03Add missing Model mapping to Chassis StoreMichalX Szopinski1-0/+2
Add missing "model" mapping on "Hardware status" tab in chassis section. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I9a6bd4a7e4fbaaac72aa8d59cc065ba0bea040bd
2022-03-09SOL: fix socket close exceptionXiaochao Ma1-9/+17
When the sol page is opened, a socket is opened; when the sol page is closed, the socket is not closed (console print is also exception). It only closes when you log out. Fix this condition to 'close socket when SOL page is exited'. test: Enter the SOL page-->console print'websocket console0/ opened' -->close the SOL page -->console print'websocket console0/ closed. code: 1000 reason: ' Signed-off-by: Xiaochao Ma <maxiaochao@inspur.com> Change-Id: I0f406c2085aec303d6e5139d57b31ed6f244a155
2022-02-22Removed alert message from Update firmware componentKenneth Fullbright1-14/+1
There shouldn't be an alert message in the update firmware component. - Took away the alert from the Update firmware component. Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I1ab97fbba39fb2d7639707cceaf75b71531fa971
2022-02-14en-US: Fix typos in translation for Key clear pageKonstantin Aladyshev1-8/+7
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: If7632ef07a91424e684bdba847855ef441f7483b
2022-02-14Unable to Delete dumps and incorrect toast messageNikhil Ashoka1-1/+5
Unable to delete all dumps and displaying incorrect event log delete message Able to delete all the Dumps Approriate message is displayed in toast after deleting Event logs Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I1169bcd8e6308d50baf5c7ddcab5c511edcbc875
2022-02-12Update SOL console page alert messageNikhil Ashoka2-0/+19
- if the status of the SOL console is disconnected, an alert message will be displays that System must be powered on to connect Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I4cdf99954f3a4e129404facf2992dadf63e62f70
2022-02-08RU: Re-modeled Power restore radio buttonsKonstantin Aladyshev1-0/+5
Add russian translations that were missed in a commit 2b33ec2cd523cc48c40977b31a13c2ce925f58c5 ("Re-modeled Power restore radio buttons"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I77a2be270df4401748eab14be6468964530ac560
2022-02-08RU: Missing Overview informationKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit b86f4152ba832ba92a2607c30037d5f818058120 ("Missing Overview information"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I93166e94881b8b6db8fbf046df9e0eb331cf977a
2022-02-08RU: Add Key clear page under Operations sectionKonstantin Aladyshev1-2/+36
Add russian translations that were missed in a commit 2b33ec2cd523cc48c40977b31a13c2ce925f58c5 ("Add Key clear page under Operations section"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib2b144524aa5cc497b1597103816981da41210b3
2022-02-08RU: Security Panel add additional featuresKonstantin Aladyshev1-3/+14
Add russian translations that were missed in a commit aee27141f4c002306e9a4bf44dc4f9618a5fae62 ("Security Panel add additional features"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I4d84c8d41ce6c7cf6c68b4c6987f433f10b9f75a
2022-02-07RU: Add values to system inventory tableKonstantin Aladyshev1-1/+3
Add russian translations that were missed in a commit 18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7 ("Add values to system inventory table"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I8d15317dd3d7acefbd0a0905643476c480e24c76
2022-02-04Re-modeled Power restore radio buttonsKenneth Fullbright3-20/+36
When a user selects a radio button and saves, the selected setting should be patched. - Computed properties on generated bootstrap-vue radio buttons causes errors. - Re-modeled radio buttons to take Redfish api data on component render. - Mapped selected radio button value to patch the Redfish api property. - Added translations. Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I22ce75d9ef840d7f0c2659bba855093e5b4559f4
2022-02-04Set table busy state on loadKenneth Fullbright16-22/+73
- Add busy prop to tables Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I4416f12967c9a0ad6c8bb782c7d8de5c17fdd195
2022-02-04Missing Overview informationNikhil Ashoka1-1/+1
Added 'BMC date and time' which was displaying as 'BMC time' Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: Ie5b63d942b08c52a2b78a91c95624874c299d3da
2022-02-04Filtered the IP address to IPv4 on sessions pageSandeepa Singh1-1/+5
The IP address on sessions page is comming IPv6. It should be shown IPv4 address. Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I4d5d492b161c09a09f616849ad9d0e6eb32e9fd8
2022-02-04Add Key clear page under Operations sectionSandeepa Singh11-29/+258
This page will allow privileged user to clear encrypted keys. - Only admin and CE login user will be able to see the page - The UI will be different for both, admin and CE login user(service) - This page is IBM only Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ic6fe3454de815629a6b2250daa99ab21f2b316c3
2022-02-04Security Panel add additional featuresNikhil Ashoka3-60/+218
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
2022-01-28Add values to system inventory tableNikhil Ashoka3-1/+11
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
2022-01-28Add ability to view all the dumpsSukanya Pandey3-34/+86
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
2022-01-28Update russian translations for the timezone toast messagesKonstantin Aladyshev1-1/+1
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
2022-01-28Russian translations for the new properties to Dimms tableKonstantin Aladyshev1-0/+6
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
2022-01-24Fixed DHCP UseNTPServers Property PatchKenneth Fullbright1-1/+1
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
2022-01-14Hack webpack to not use MD4Gunnar Mills1-0/+5
No longer have support for MD4, the default hashFunction. Mess with webpack to use sha256. This solution is from: https://github.com/webpack/webpack/issues/13572#issuecomment-923736472 And was added to phosphor-webui here: https://github.com/openbmc/phosphor-webui/commit/85884002164aacfeac8ca40e6fd169b0a2de43f0 Ideally --openssl-legacy-provider would work as https://github.com/webpack/webpack/issues/14532 describes but Node 16 supports linking with SSL 3.0 but doesn't support openssl-legacy-provider. See https://github.com/nodejs/node/issues/40948. This should enable the new Yocto bump to pass. Tested: Build Witherspoon Tacoma with https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/48473 and the 3 and this change. The webui looked good. Change-Id: I66f2cc45af85096f9abe935d269838c6a680bc9b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2022-01-07Fixed Assembly table Identify LED switchesKenneth Fullbright2-1/+8
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
2022-01-07Fixed vuex dumps errorsKenneth3-9/+11
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
2022-01-07Fix invalid password validationSandeepa Singh2-2/+2
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
2022-01-07Add missing properties to Dimms tableSandeepa Singh3-6/+61
- 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
2021-12-28Remove hardcoded chassis in Manage power usageMichalX Szopinski2-7/+30
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
2021-12-23Fixed routerKey prop eslint warningKenneth Fullbright1-1/+4
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
2021-12-23Fixed empty string in NTP server arrayKenneth1-1/+13
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
2021-12-21Add assembly table component name to tableKenneth Fullbright1-1/+1
Replaced id key with name key Signed-off-by: Kenneth Fullbright <kennyneedsmilky@gmail.com> Change-Id: I7ce8798aac108841a13f24799cc35e7b5b261933
2021-12-20Correct values for deleteDns/deleteIpv4 keys in translationKonstantin Aladyshev1-2/+2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I6335db232a6b61990e16f70222dbc67ccd48d044
2021-12-20Russian translations for the deleteDns/deleteIpv4 fixesKonstantin Aladyshev1-2/+2
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I023e4ce64800cb4d464df7084e73d738721f85ed
2021-12-20Russian translations for the hostname/MAC address settingsKonstantin Aladyshev1-1/+4
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
2021-12-20Russian translations for the IPv4/DNS network settingsKonstantin Aladyshev1-0/+2
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
2021-12-20Russian translations for the new Network settings designKonstantin Aladyshev1-23/+28
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
2021-12-20[POC] login: Fix waiting in login page after loginLei YU1-2/+2
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
2021-12-20Fixed refresh system info on headerkennyneedsmilky2-2/+10
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
2021-12-03Network settings: Edit hostname and MAC addressDixsie Wolmers7-11/+305
Adds modals to edit hostname and mac address per interface. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I45d265c198afd1d9de9bb519a15a74e724f50f55
2021-12-03Network Settings: Add and Delete IPV4 and DNS addressDixsie Wolmers7-22/+484
Adds ability to add or delete static ipv4 and dns addesses per interface. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie143ded2f173dd48f137471a684ba0d35ab0bf69