summaryrefslogtreecommitdiff
path: root/src/store
AgeCommit message (Collapse)AuthorFilesLines
2022-08-24SILABMC-256: add limits for FansVitalii Lysak1-15/+21
2022-08-22SILABMC-271: add max reading as chart maxVitalii Lysak1-2/+2
2022-08-22SILABMC-272: move up reset ButtonVitalii Lysak1-1/+1
2022-08-19refactor pci storeMaksim Zakharov1-9/+6
2022-08-18add status for pci devisesMaksim Zakharov1-17/+59
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 Zakharov2-0/+46
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 Lysak4-83/+33
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 Lysak2-0/+30
2022-07-21add charts for fans and processorsVitalii Lysak2-0/+24
2022-07-20add templateVitalii Lysak2-1/+13
2022-07-19SILABMC-52 Add page Fans Static, Fans Store, tab FansMaksim Zakharov2-1/+54
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 Singh2-0/+27
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