summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2021-12-03Network settings redesign - interface settingsDixsie Wolmers8-706/+705
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
2021-12-01Correct Dump file extensionGunnar Mills1-1/+1
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>
2021-12-01Fix DHCPv4 displayKonstantin Aladyshev1-1/+3
Currently UI DHCPv4 element shows list of DHCP address dictionaries. Instead of showing the whole object as it is, display only the address of the first element in the list. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ifc1d8a2400f5eafba435355c3884c35392f73d74
2021-11-19Fix error in russian translations for the overview pageKonstantin Aladyshev1-1/+1
Add russian translations that were missed in a commit 182b3f1ff44b7319767dcc4c50fe54515602b9fa ("Fix overview error"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I2e9fae49496a5c5f483cd0b8b1e0b635ba78ac8c
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-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-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-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-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-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 Montague6-115/+179
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 Pandey2-11/+49
- 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-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 Szopinski1-1/+7
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 Singh10-67/+94
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
2021-08-10IA update: Update access and control sectionSandeepa Singh38-463/+434
This is the fifth commit of the information architecture changes and has the following changes: - The icon for access and control has been updated - Access and control section has been updated to security and access section - Security settings page has been updated to policies page and moved to security and access section - Client sessions page has been updated to sessions page - Local user management page has been updated to user management page - SSL certificates page has been updated to certificates page Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ie93cee9002742ecf7d33615636f4f159f4395fc4
2021-08-10IA update: Update configuration to settingsSandeepa Singh24-211/+185
This is the fourth update to information architecture changes and has the following changes: - The configuration section is updated to settings - The date and time settings page is updated to date and time - The network settings page is updated to network - The power restore policy page in operations section is moved to settings section Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I6f5ab25f5227530be430bd39a4d9629b3bf09d8b
2021-08-10IA update: Update control section to operationsSandeepa Singh49-252/+121
This is the third update to the information architecture changes and has the following changes: - The control section has been updated to operations - The server led page has been removed - The firmware page is moved to operations section Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I2e23da447890d7bee51892e1f782d5f2db6dded4
2021-08-10IA update: Update health sectionSandeepa Singh32-231/+227
This is the second update to information architecture changes and has the following changes: - Health section is updated to hardware status section - Hardware status page is updated to inventory and LEDs page - Route for sensors page has been updated Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ia1ba3a15a243a00f59a2ec646132436eb355a999