summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Russian translations for the Dimms tableKonstantin Aladyshev1-2/+4
Add russian translations that were missed in a commit 8187678816dee0342b46e6f095324097ea734fea ("Add Dimms table missing properties"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Idf16117c69e05dcd6272a531f95a8ba5152d92f3
2021-11-19Russian translations for the LED pageKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit 6225f6492f49313f2cc507f41675d322b739e062 ("Fix server led page title and LED indicator label"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I1958ec0f4f8723081d662e612135e37d1b8b18ad
2021-11-10Show Post Code logs tab on Intel environmentMichalX Szopinski2-0/+14
Add "POST code logs" button to the Intel navigation panel and enable routing to this page. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I707fe51c7c9625697a4b2bfa7398edf07dbf33e5
2021-11-09Fix overview errorDixsie Wolmers4-41/+35
Console errors were related to the power and network card components from https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/46511 Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib967229b74462ed8d5c28cbac24c2a2fbfc834c2
2021-11-04Remove Derick from OWNERSDixsie Wolmers1-4/+0
Derick is removed as a maintainer in https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/47315 Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I1ae0ef63d2ee8532e9e7b226e8ee855b7dc45bcd
2021-11-04Remove Derick from the maintainer listDerick Montague1-1/+0
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I5ee3ca582e5140ae0af326cdb6eae31d64ed450c
2021-11-04Add GUI Name on Intel environmentMichalX Szopinski1-0/+1
Add VUE_APP_GUI_NAME variable with name to .env.intel. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I0cf56f3f4eb60508a3325b86e52f84711e0757ee
2021-11-04Fix wrong System Manufacturer in Hardware InventoryThang Q. Nguyen1-1/+1
System Manufacturer inside HardwareStatus -> Inventory mistakenly uses assetTag instead of manufacturer. Fix the issue by using item.manufacturer for Manufacturer. Tested: 1. Login to WebUI and check if System Manufacturer shows correctly. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Ib856e8b66c49dbb71506f45c4c01dbcb79bea52c
2021-11-04Russian translations for the new overview layoutKonstantin Aladyshev1-24/+22
Add russian translations that were missed in a commit 6a192d526c9efebf7a614a9aa473eee62e555fc5 ("Update overview layout"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id4076918db5a3f28f2444ac735d834cdf18c3e02
2021-11-04Russian translations for the Assemblies schemaKonstantin Aladyshev1-0/+1
Add russian translations that were missed in a commit a02c6f94bd541b07067ac30bab609896b3f6f988 ("Add Assemblies schema to Hardware Status - Inventory and LEDs"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ibcce97ae00b9fdecfadbd69e2b1de681c30e35a4
2021-11-04Remove tableFormatter and use dataFormatter on assemblies tableDixsie Wolmers1-8/+8
tableFormatter was replaced with dataFormatter in a previous commit Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib8d804a635d6773c55e09cb61014f51b74ff9ad5
2021-11-04Add keep-alive option in webpack devServerDixsie Wolmers1-0/+3
When running the UI locally we were running into the issue of getting logged off after logging in because of this change: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/45175 Adding the keep-alive option in the webpack config prevents this. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic82b4aa1a272d8ea900c240fbe5f527ebe2e608d
2021-10-28Add Dimms table missing propertiesSandeepa Singh3-15/+106
- 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 <sandeepa.singh@ibm.com> Change-Id: Ife61396bd70c29df1b5ea55091adc8c6813b5cdc
2021-10-23Add OWNERS fileManojkiran Eda1-0/+52
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I1b489c5cee509b23d42c8487b2c7354ffee7a84a
2021-10-19Fix server led page title and LED indicator labelMichalX Szopinski2-2/+2
Correcting the page title to fix the header name. Change "System attention Indicator" to "LED light control" Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I212ae368de647b3c716df28674ecba61cfc69db4
2021-10-19Remove extra link in inventory quicklinksDixsie Wolmers1-6/+0
Extra system quicklink was added during the IA update. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I9ec10f853e71e7c287392d5462abe25115855f22
2021-10-12Undo the unrelated package changes from the axios updateJason M. Bills1-36/+26
When I pushed the update to axios, the npm commands changed other packages as well. I assumed this was expected but have since been seeing issues with nlf able to get license information. This reverts the non-axios changes from the previous update. Tested: Built and logged into the web UI successfully. Also successfully ran nlf a few times to get node license info. Change-Id: Idc03c1154861ccd493322e226814b20cc988bb00 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2021-09-24Rename TableDataFormatter mixin to DataFormatterDixsie Wolmers19-172/+169
Mixin was renamed to reflect usage on all components, not only tables. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic962ba879fffa39b9f6f93446771fbf6f67915d0
2021-09-24Update overview layoutDixsie Wolmers11-359/+597
Layout updates uses bootstrap vue cards to display general information. View more links and download or export ability has been added to the overview page. Network settings displays the hostname and the first IP address for the first ethernet interface. Link status was also added. TODO: Add idle power and power mode properties in seperate commit for each story. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Iaf0720d76b2a9416f068a1e779ede59bffda9727
2021-09-23Update axios to 0.21.4Jason M. Bills2-30/+40
Update axios to the latest to include the fix for this CVE: https://nvd.nist.gov/vuln/detail/CVE-2021-3749 Tested: Built and logged into the web UI successfully. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: I40e858ac244179bf90e3314726e67db35e8ebef3
2021-09-23Add Assemblies schema to Hardware Status - Inventory and LEDsSneha Patel5-0/+233
Signed-off-by: Sneha Patel <Snehaben.Patel@ibm.com> Change-Id: I1a4edae664d008a4f618d03d62e2319d8157ed6d
2021-09-21Change filtering virtual mediaGrzegorz Raguza1-3/+15
When Virtual Media image was configured and connected entry did not appear on the UI after opening in the new tab or after page refresh. The cause was filtering predicate. Proxy devices has transferProtocolType eq to 'OEM', legacy the onces that has no transferProtocolType. For mouting from the share the property exists and has value of 'CIFS'. I added object with all protocols (see docs), and change the filtering for legacy devices. New condition is all accept 'OEM'. Signed-off-by: Grzegorz Raguza <grzegorzx.raguza@intel.com> Change-Id: I7ba123f19f924536f131ec40d15715b7f50fc985
2021-09-15Location codes on Hardware status-Inventory and LEDsSneha Patel5-4/+8
Display location number on hardware inventory items Signed-off-by: Sneha Patel <Snehaben.Patel@ibm.com> Change-Id: Ib5555191f21ac4546d0b2e2af5b395aaa3a5357e
2021-09-14Remove unnecessary span from toggle componentSneha Patel2-6/+0
A span element was removed that was added to support assistive technology.This element was not needed since it was the same text used in the toggle elements label causing it to be read twice by screen readers. Signed-off-by: Sneha Patel <Snehaben.Patel@ibm.com> Change-Id: If56d6062c53e7e1ea47a8bf0b2ea17b085ead272
2021-09-13Sync ru-RU translation file with the en-US fileKonstantin Aladyshev1-13/+42
Sync Russian translation file with the main 'en-US.json' file. Remove unused keys, add missing keys. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I6a3f1bd57b02f9f8bfe1dfc1b26a1c01a16fa372
2021-09-13Russian translations for the POST code pageKonstantin Aladyshev1-0/+21
Add russian translations for the new keys that were added in a commit 06d53863a83c003e7248f5cfc8362765882d19bb ("Add POST code logs page"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I3e1a813410b0d96ada29d137106c495323ca8c0d
2021-09-09Fix broken link on firmware pageDixsie Wolmers1-1/+1
The route for server power ops was moved from `control` to `operations` during the IA updates. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I01e6c3d06afc39ec752850f584e46305c7d87dfa
2021-09-09Russian translations for the export all and delete all buttonsKonstantin Aladyshev1-1/+4
Add russian translations that were missed in a commit 7e2ba5432d067101e4c2931b388b4b6f07979dba ("Add export all and delete all buttons to event logs"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ibe683f4872f8f3600d2aee5e657624e88fe77690
2021-09-09Russian translation for the system attention indicatorsKonstantin Aladyshev1-0/+5
Add russian translations that were missed in a commit 05388966bc9ff2d65e7696c209a5827e82d61297 ("Add system attention indicators"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I9e996c9b95f7d20a19543defdf7eebf6da12708c
2021-09-09Russian translations for the IA resource section changesKonstantin Aladyshev1-12/+13
Add russian translations that were missed in a commit 6dba4be6125c10210bafa030ac17737d3a9b28b8 ("IA update: Add resource management section"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I712aba03aeb9bdcfd274f91bafef1f093d44e89f
2021-09-09Russian translations for the IA access section changesKonstantin Aladyshev1-5/+5
Add russian translations that were missed in a commit b440616c23b61166ae6d87839a70eec31bdca235 ("IA update: Update access and control section"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I788458769acc6f276da2ac23ad3163374a120c63
2021-09-09Russian translations for the IA configuration section changesKonstantin Aladyshev1-11/+10
Add russian translations that were missed in a commit f67f769f2304bca64d2b9758e22c21203960eef9 ("IA update: Update configuration to settings"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ic05bf0904456972590362caf5aa3575dd12ddc10
2021-09-09Russian translations for the IA control section changesKonstantin Aladyshev1-13/+1
Add russian translations that were missed in a commit 68cbbe9014cbdcf7229a878f564d38f6d6199f25 ("IA update: Update control section to operations"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I5a1d893c8af15c40b7bdf1a9b0fa3d16601400b6
2021-09-09Russian translations for the IA health section changesKonstantin Aladyshev1-3/+4
Add russian translations that were missed in a commit 7affc529b7fba41193c4d48764707e9961cdd22d ("IA update: Update health section"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ibec4032888e412468df7152a649772f870ee8f22
2021-09-09Russian translations for the IA log section changesKonstantin Aladyshev1-0/+1
Add russian translations that were missed in a commit 828dda9b187684902710bb11621eca27bf0c6eec ("IA update: Add logs and update overview icon"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ia72b2a9e96b641290166d1dd910f32615376a936
2021-09-03Resolve bug for pagination not being updatedSukanya Pandey4-3/+38
- Bug: When a user filters a page, the pagination does not change. - Solution: When a user filters a page, the pagination will be updated based on the filtered results. - This patchset will also add pagination in dumps page. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I189d27b5489c42ac85f25c0a1a4cdb7cf7eae5c2
2021-09-03Update login page layoutDerick Montague8-116/+181
This update will: - Change the positioning of the form to be on the left - Add the built on OpenBMC logo to the bottom right corner of the screen - Add the ability to include a GUI custom name using a .env variable. If the variable is not present, the login page will not include the <h1> section heading element. - Remove the word "logo" from the alt attribute for the company logo image used in the application header and on the login page. Github story: https://github.com/openbmc/webui-vue/issues/63 Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I83ac5aecff0b3858c3ab5f38ab1aaa603d59acf1
2021-08-31Update the design of system tableSandeepa Singh1-10/+11
- Add left margins for sections associated with Memory summary and Processor summary Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ie35eeb8ecd2cc373cf3ada8915b267d7770e2916
2021-08-30Resolve bug for batch action on post codes pageSandeepa Singh1-2/+3
- User will be able to export in batches - User will be able sort on the basis of created date Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I6477e722f5aa8a2d19621fb3b851a6d2651634b0
2021-08-30Use a 'V' symbol for voltage unitKonstantin Aladyshev1-1/+1
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 <aladyshev22@gmail.com>
2021-08-27Add system information on Appheader pageSukanya Pandey3-13/+51
- Model type and serial number are newly added system info data on Appheader. - On small screens and below system information(model type, serial number and asset tag) will be hidden. - On large screen and below model type and serial number will be visible but asset tag will be hidden. - For all other screens all the system info will be visible. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ia844a26f658083cbd5fa9c8f3f6bea8b65ddcd11
2021-08-27Add Dixsie as MaintainerGunnar Mills1-0/+1
Dixsie has 80+ merged commits into webui-vue, is a top 3 contributor, and active in the community including leading the GUI Design Work Group. Change-Id: Ie3aa304d419d940ce8720c84ba1bae1d3ea32bd1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2021-08-27boot: Send current settings on every boot operationLei YU1-10/+2
In the boot page, it did not allowed to send the same options. However, there is a case that it is needed to send the boot options anyway. In typical x86 systems, when the BIOS is rebooted, it will clear the boot options during the boot, so the settings in the web page does not reflect to the BMC's boot option settings. This patch allows to send the options anyway, so as long as user "applies" the settings, the boot options are set to BMC. Tested: Verify the same boot options settings are set to BMC after BIOS boots. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I18ce341bbf9d968a78e8d818b005d1774936a48b
2021-08-20Resolve bug for identify LED switch in processor tableSukanya Pandey1-16/+11
Bug: While toggling identify LED for cpu0, in return other identify LEDs are also getting toggled which belongs to different CPUs. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ic48eba7b391a28f861e38f306233387819ad944c
2021-08-20Add system attention indicatorsSukanya Pandey5-25/+127
- Different LEDs and statuses will be added to hardware status page - Status for power will be shown and LED included is System identify Led Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I8689f7bf3cc02a7a90379ec50b005bf344c091e4
2021-08-20Move PowerControlStore to ResourceManagement folderDixsie Wolmers2-1/+1
Store module structure should match the view folder structure The Power page is under the Resource management section, so the store should also be in a similarly named folder. This makes it easier to find when looking for the correct store. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Iada30056eb738b91f35dc4c6b9b42b6b2be8d55c
2021-08-19Hide "BMC shell (via SSH)" switch button on Intel environmentMichalX Szopinski2-1/+8
Add environment variable to control visibility of "BMC shell" switch button on "Policies" tab. Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I824e942cabbbb9da61343ebdbea8c93f1fe2b246
2021-08-16Resolve the download bug on postcode logs pageSandeepa Singh2-3/+10
The design has been updated to hide the download button when the key 'AdditionalDataURI' is not present in the redfish API response. Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: If78968ad72e62348b4b81967a3b61c2af53fa020
2021-08-16Fix translation bug in bmc manager tableSandeepa Singh1-9/+3
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I873a2892ce9d65a87e421d68347aa2d9dd8a95e9
2021-08-10IA update: Add resource management sectionSandeepa Singh11-85/+250
This is the sixth commit for information architecture changes and has the following changes: - Resource management section has been added - Carbon icon used for resource management section is data--base--alt - Manage power usage page from operations has been moved to resource management - Manage power usage page has been updated to power page Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: If3feb994dbad19dd6cfb1507d976d09643c8e4d6