05f80b61 | 01-Sep-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Russian translations for the IA log section changes
Add russian translations that were missed in a commit 828dda9b187684902710bb11621eca27bf0c6eec ("IA update: Add logs and update overview icon").
Russian translations for the IA log section changes
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
show more ...
|
f7000cd6 | 26-Aug-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve bug for pagination not being updated
- 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
Resolve bug for pagination not being updated
- 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
show more ...
|
932aff93 | 26-Aug-2021 |
Derick Montague <derick.montague@ibm.com> |
Update login page layout
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 inclu
Update login page layout
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
show more ...
|
1908ac90 | 31-Aug-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Update the design of system table
- Add left margins for sections associated with Memory summary and Processor summary
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ie35eeb8ecd2
Update the design of system table
- Add left margins for sections associated with Memory summary and Processor summary
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: Ie35eeb8ecd2cc373cf3ada8915b267d7770e2916
show more ...
|
b8182882 | 27-Aug-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Resolve bug for batch action on post codes page
- 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>
Resolve bug for batch action on post codes page
- 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
show more ...
|
a69102a2 | 02-Aug-2021 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Use a 'V' symbol for voltage unit
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 f
Use a 'V' symbol for voltage unit
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>
show more ...
|
4dd7eabf | 16-Aug-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add system information on Appheader page
- 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 a
Add system information on Appheader page
- 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
show more ...
|
d95ea513 | 25-Aug-2021 |
Gunnar Mills <gmills@us.ibm.com> |
Add Dixsie as Maintainer
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: Ie3aa304d419d940ce
Add Dixsie as Maintainer
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>
show more ...
|
e6807a4e | 28-Jun-2021 |
Lei YU <yulei.sh@bytedance.com> |
boot: Send current settings on every boot operation
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 typ
boot: Send current settings on every boot operation
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
show more ...
|
c000265d | 19-Aug-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve bug for identify LED switch in processor table
Bug: While toggling identify LED for cpu0, in return other identify LEDs are also getting toggled which belongs to different CPUs.
Signed-off-
Resolve bug for identify LED switch in processor table
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
show more ...
|
05388966 | 10-Jun-2021 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add system attention indicators
- 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 P
Add system attention indicators
- 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
show more ...
|
3145d4d9 | 18-Aug-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Move PowerControlStore to ResourceManagement folder
Store module structure should match the view folder structure The Power page is under the Resource management section, so the store should also be
Move PowerControlStore to ResourceManagement folder
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
show more ...
|
e020d581 | 16-Aug-2021 |
MichalX Szopinski <michalx.szopinski@intel.com> |
Hide "BMC shell (via SSH)" switch button on Intel environment
Add environment variable to control visibility of "BMC shell" switch button on "Policies" tab.
Signed-off-by: MichalX Szopinski <michal
Hide "BMC shell (via SSH)" switch button on Intel environment
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
show more ...
|
450bdb0a | 05-Aug-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Resolve the download bug on postcode logs page
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: Sa
Resolve the download bug on postcode logs page
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
show more ...
|
5287a8b4 | 16-Aug-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
Fix translation bug in bmc manager table
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com> Change-Id: I873a2892ce9d65a87e421d68347aa2d9dd8a95e9 |
6dba4be6 | 28-Jul-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
IA update: Add resource management section
This is the sixth commit for information architecture changes and has the following changes:
- Resource management section has been added - Carbon icon us
IA update: Add resource management section
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
show more ...
|
b440616c | 26-Jul-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
IA update: Update access and control section
This is the fifth commit of the information architecture changes and has the following changes:
- The icon for access and control has been updated - Acc
IA update: Update access and control section
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
show more ...
|
f67f769f | 19-Jul-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
IA update: Update configuration to settings
This is the fourth update to information architecture changes and has the following changes:
- The configuration section is updated to settings - The dat
IA update: Update configuration to settings
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
show more ...
|
68cbbe90 | 14-Jul-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
IA update: Update control section to operations
This is the third update to the information architecture changes and has the following changes:
- The control section has been updated to operations
IA update: Update control section to operations
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
show more ...
|
7affc529 | 06-Jul-2021 |
Sandeepa Singh <sandeepa.singh@ibm.com> |
IA update: Update health section
This is the second update to information architecture changes and has the following changes:
- Health section is updated to hardware status section - Hardware statu
IA update: Update health section
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
show more ...
|
828dda9b | 28-Jun-2021 |
Derick Montague <derick.montague@ibm.com> |
IA update: Add logs and update overview icon
This is the first patchset of the information architecture changes. These changes are the result of several months of design research with users to impro
IA update: Add logs and update overview icon
This is the first patchset of the information architecture changes. These changes are the result of several months of design research with users to improve the existing information architecture (IA). More information can we found in the Github story.
This patchset will add a Logs section and move event logs and dumps from the Health section to the new Logs section. It will also update the icon used for the Overview page.
Github story: https://github.com/openbmc/webui-vue/issues/56
Testing: 1. IBM build: - Logs contained Event logs and dumps - Both pages rendered when clicking link 2. Intel build - Logs contained Event logs only - Logs page rendered when clicking link 3. Tested default build - Logs contained Event logs only - Logs page rendered when clicking link
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I4621837202cf5ad3469d6ea460d9a5bdc79c8816
show more ...
|
03dc2b7b | 22-Jul-2021 |
Paul Fertser <fercerpav@gmail.com> |
docs: guide: fix broken links to guidelines and customization
Change-Id: I2165938df5adfd2b3891cb1335364b78e3f9c474 Signed-off-by: Paul Fertser <fercerpav@gmail.com> |
512dfb70 | 30-Jul-2021 |
Derick Montague <derick.montague@ibm.com> |
Resovle POST code logs missing page message
Fixed a typo in the router that resulted in the POST code logs page request returning a 404 message. This was a typo in the router.js file only. The IBM r
Resovle POST code logs missing page message
Fixed a typo in the router that resulted in the POST code logs page request returning a 404 message. This was a typo in the router.js file only. The IBM router.js file did not have this issue and the Intel has not added this UI to their build.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Icce5d756ad1ce409c77ff67fd63a7759e5f24981
show more ...
|
7e2ba543 | 03-Jun-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Add export all and delete all buttons to event logs
- Uses new table action button style above table. - Adds ability to export all and delete all logs. - Disables toolbar table action buttons when t
Add export all and delete all buttons to event logs
- Uses new table action button style above table. - Adds ability to export all and delete all logs. - Disables toolbar table action buttons when table is empty. - Event logs file name is not translated to avoid potential translation issues in the future, users can rename the file - Adds toast messages for delete all - Updates resolve logs toast messages to use `tc` count
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Idda2ae309e4248db60f89f68669e6e3b9f2cb832
show more ...
|
cd57a686 | 23-Jul-2021 |
Dixsie Wolmers <dixsie@ibm.com> |
Removed unused keys from en-US translations
Keys with `@:` in json file or `${key}` in template were manually verified as being used.
Keys that were not used were removed.
Signed-off-by: Dixsie Wo
Removed unused keys from en-US translations
Keys with `@:` in json file or `${key}` in template were manually verified as being used.
Keys that were not used were removed.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Icf8f5d48ab58f0da99eaafd8ffb7737bd8322b93
show more ...
|