summaryrefslogtreecommitdiff
path: root/src/store/modules
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18add requests for pci pageMaksim Zakharov1-1/+34
2022-08-17SILABMC-256: critical req updVitalii Lysak2-2/+22
2022-08-17Merge branch 'sila' of git.sila.ru:pub/openbmc/webui-vue into silaVitalii Lysak1-3/+24
2022-08-17SILABMC-256: add validation and upd limits layoutVitalii Lysak4-55/+49
2022-08-17add boot mode choiceMaksim Zakharov1-3/+24
2022-08-17SILABMC-256: add fields for power, vol inputVitalii Lysak1-0/+37
2022-08-17SILABMC-256: add fields for power, tempVitalii Lysak1-0/+34
2022-08-17SILABMC-256: add fields for processorsVitalii Lysak1-0/+34
2022-08-16SILABMC-256: add fields for memoryVitalii Lysak1-0/+34
2022-08-16SILABMC-256: add fields for fansVitalii Lysak1-0/+34
2022-08-16SILABMC-256: add fields for motherboardVitalii Lysak1-10/+14
2022-08-16SILABMC-256: patch/get for limitsVitalii Lysak1-0/+30
2022-08-12add PCI-devices pageMaksim Zakharov1-0/+44
2022-08-11SILABMC-239: upd status logic of serverVitalii Lysak1-2/+2
2022-08-10SILABMC-236: upd layput for ReadOnly roleVitalii Lysak1-5/+29
2022-08-09fx type fields for fans, staticVitalii Lysak1-2/+0
2022-08-09SILABMC-226: event additional dataVitalii Lysak1-0/+10
2022-08-05add power supply pageMaksim Zakharov1-0/+58
2022-08-04move tasks from sila-dev, lysakVitalii Lysak1-1/+4
2022-08-03upd serialization for new back apiVitalii Lysak4-13/+10
2022-08-03SILABMC-213: change default time zone to browserVitalii Lysak1-1/+1
2022-08-03upd FanStoreVitalii Lysak3-81/+31
2022-08-01SILABMC-172: Fix: marker deleted static IP addresssila_ui/fix-SILABMC-172-v2Alexandr Ilenko1-0/+2
2022-07-27upd store logic, dynamicVitalii Lysak4-16/+62
2022-07-27upd logic for motherboardVitalii Lysak1-12/+10
2022-07-27upd logic for memoryVitalii Lysak1-12/+10
2022-07-27upd logic for fansVitalii Lysak1-12/+9
2022-07-26clean code for cpu dynamicVitalii Lysak1-4/+4
2022-07-26add power for processorVitalii Lysak1-7/+25
2022-07-25add req for hourVitalii Lysak3-0/+30
2022-07-25upd fans dynamicVitalii Lysak1-1/+11
2022-07-22add motherboard6 fix othersVitalii Lysak1-0/+28
2022-07-21add charts for fans and processorsVitalii Lysak2-0/+24
2022-07-20add templateVitalii Lysak1-0/+12
2022-07-19SILABMC-52 Add page Fans Static, Fans Store, tab FansMaksim Zakharov1-0/+53
2022-07-04GlobalStore: Trim assetTag and serialNumberAndrey V.Kosteltsev1-2/+13
Signed-off-by: Andrey V.Kosteltsev <AKosteltsev@IBS.RU>
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-02-04Re-modeled Power restore radio buttonsKenneth Fullbright1-8/+8
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-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 Singh1-0/+25
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 Ashoka1-0/+63
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 Ashoka1-0/+2
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 Pandey1-7/+32
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-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-07Fixed Assembly table Identify LED switchesKenneth Fullbright1-1/+7
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 errorsKenneth1-5/+5
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-07Add missing properties to Dimms tableSandeepa Singh1-0/+12
- 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 Szopinski1-6/+22
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-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