978807de | 03-Sep-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add new style for form file component
- Now only add file button will be visible. - And selected file name will come down to the button. - Changed form file component from custom type to plain.
Sig
Add new style for form file component
- Now only add file button will be visible. - And selected file name will come down to the button. - Changed form file component from custom type to plain.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ib59135691495c4dddfdbbae0e4228b55cdfda2a8
show more ...
|
30f11f81 | 10-Nov-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Align button icons
- Fixes button icon and text alignment - App header buttons to be addressed separately - Button documentation will be addressed in separate commit - Aligns form input buttons: dat
Align button icons
- Fixes button icon and text alignment - App header buttons to be addressed separately - Button documentation will be addressed in separate commit - Aligns form input buttons: datepicker, clear search, and password toggle - Moves title from icon to button for icon only buttons - Aligns validation icon with form input buttons
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie28d7d7dd7303ab6bf1897d1fa569e1580cc2f9d
show more ...
|
edb8a774 | 29-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve custom-event-name-casing lint warnings
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I9eea4eac3b8cacc216fc9ad1011e51622622e75f |
2f6d5520 | 28-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Delete all selected event logs
-Earlier all the event logs were deleted ID wise. -Now when all logs are selected then below API will be called to delete all the logs. -API : '/redfish/v1/Systems/sys
Delete all selected event logs
-Earlier all the event logs were deleted ID wise. -Now when all logs are selected then below API will be called to delete all the logs. -API : '/redfish/v1/Systems/system/LogServices/EventLog/Actions/LogService.ClearLog'.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ib7026a4fe3c324e6a998be747325f379a944f1c8
show more ...
|
1837503c | 30-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve vue/no-unused-vars lint warnings
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I25ca1e451af5e793cd864d484572049e04cf09bc |
bc0d61b5 | 02-Nov-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix Safari default dropdown on Local user management page
Currently when creating a new user on the Local user management page, the 'Administrator' privilege appears to be selected by default but in
Fix Safari default dropdown on Local user management page
Currently when creating a new user on the Local user management page, the 'Administrator' privilege appears to be selected by default but in Safari causes inline validations errors if attempting to submit the form without manually choosing an option from the dropdown.
This commit will add a default "Select an option" item from the dropdown to avoid inconsistent default select behavior in Safari.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I779fd62a516faf7dc88fe4992ec36c0c23a44cce
show more ...
|
d9dc6fb8 | 02-Nov-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Resolve vue/no-lone-template lint warning message
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: Ib2a7bdff5b4075f56f5beda5eb5861645ffa211b |
ad48a0cc | 30-Oct-2020 |
Derick Montague <derick.montague@ibm.com> |
Resolve firmware accessibility violation
The Bootstrap-vue b-form-group component has two different HTML blocks that are generated depending on what props are present on the component. Neiter of the
Resolve firmware accessibility violation
The Bootstrap-vue b-form-group component has two different HTML blocks that are generated depending on what props are present on the component. Neiter of these are correct for wrapping a button since it is not semantically correct to wrap one button alone in a fieldset or to associate a <label> element with a button.
- Remove the b-form-group comonent that contains the submit button
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I41d05883f4ca133f44188cb03cb2a44917361709
show more ...
|
efd7c884 | 30-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix eslint no-prototype-builtins errors
Made updates to TableToolbar, ModalAddRoleGroup, and ModalUploadCertificate components.
https://eslint.org/docs/rules/no-prototype-builtins
Signed-off-by: Y
Fix eslint no-prototype-builtins errors
Made updates to TableToolbar, ModalAddRoleGroup, and ModalUploadCertificate components.
https://eslint.org/docs/rules/no-prototype-builtins
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic143cd244b288bc089a9416699d7c3d4349a500c
show more ...
|
602e98aa | 21-Oct-2020 |
Derick Montague <derick.montague@ibm.com> |
Update linting packages to use latest
- 99% of changes were small syntax changes that were changed by the lint command. There were a couple of small manual changes to meet the property order pattern
Update linting packages to use latest
- 99% of changes were small syntax changes that were changed by the lint command. There were a couple of small manual changes to meet the property order patterns established as part of the vue:recommended guidelines.
There are rules that were set from errors to warnings and new stories are being opened to address those issues.
Testing: - Successfully ran npm run serve - Successfully ran npm run lint - Verified functionality works as expected, e.g. success and failure use cases - Resolved any JavaScript errors thrown to the console
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ie082f31c73ccbe8a60afa8f88a9ef6dbf33d9fd2
show more ...
|
47165201 | 27-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update local user management role table
Updated role table to indicate Operator and Readonly roles are able to "Update password for current user account".
Signed-off-by: Yoshie Muranaka <yoshiemura
Update local user management role table
Updated role table to indicate Operator and Readonly roles are able to "Update password for current user account".
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I38638f007dce3a4077e66e99a2e8b0dd3bc52637
show more ...
|
98bb24eb | 06-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add two file firmware update
Adds the ability to upload separate Host and BMC firmware images through the GUI. By default, the two file firmware update page will be shown. Changes to the .env config
Add two file firmware update
Adds the ability to upload separate Host and BMC firmware images through the GUI. By default, the two file firmware update page will be shown. Changes to the .env configurations will enable the single file upload page. The IBM env is configured to allow single file firmware update.
Two file upload features: - File upload through local workstation or tftp server - Reboot from backup BMC image - Does not have ability to reboot from backup host image - Does not implement checks in GUI for host status, which is the same as what we have in phosphor-webui
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ibf2a2d9ffc3952dd5a5454c723350c61d9f91c3e
show more ...
|
a04d46f7 | 22-Oct-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Fix table row alignment and table head border
- Aligns content in table rows with expand and action buttons - Adds border to table head
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I40
Fix table row alignment and table head border
- Aligns content in table rows with expand and action buttons - Adds border to table head
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I403575bedc78d71ad05edcae2f59f7df994d3630
show more ...
|
0b980dbf | 06-Oct-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Make copy of single file firmware upload
Make a copy of single file firmware upload component and store in env directory. Update IBM router to use copied single file firmware components. Update IBM
Make copy of single file firmware upload
Make a copy of single file firmware upload component and store in env directory. Update IBM router to use copied single file firmware components. Update IBM store module to use copied single file firmware store.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I046ce6c69a02b90400058866295b84c5435f5a4b
show more ...
|
a35b5a15 | 13-Oct-2020 |
SurenNeware <sneware9@in.ibm.com> |
Fixed event logs pagination on small screen
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ifb3963d416a7e2663af24c3c7b1d2c1876af6788 |
d624dae9 | 21-Sep-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add support for mutual TLS
Adding check for 'IsAuthenticated' cookie in AuthenticationStore and adding a check in created hook for AppHeader component because it is visible on all authenticated page
Add support for mutual TLS
Adding check for 'IsAuthenticated' cookie in AuthenticationStore and adding a check in created hook for AppHeader component because it is visible on all authenticated pages.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic558c9c45fd3f5874c8c516cb6bc005cba4946e2
show more ...
|
dd6aa0aa | 08-Oct-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Show error toast notification on unauthorized access
-When 403 status code which is an unauthorized access occured -show error toast notification.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.c
Show error toast notification on unauthorized access
-When 403 status code which is an unauthorized access occured -show error toast notification.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I55fa7052073f87f28c3584b68fd4e84247a4237e
show more ...
|
61859097 | 30-Sep-2020 |
SurenNeware <sneware9@in.ibm.com> |
Update relative path imports to use '@' alias
- Add '@/' instead of '../../../'
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ida1dc26f2bd62f38914a74b729ee8fd143c360ac |
543a861c | 12-Oct-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Add consistent save button pattern to LDAP
As a pattern, save buttons should not be disabled
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: If1d327db6d688d54e3068fb9807a49d401d57af0 |
64c20a5e | 07-Oct-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add TFTP input label and helper text
- Add TFTP input label and helper text for firmware page.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I0f1d9f6fda9bf375449da7f8d814953628575775 |
dc618a8d | 17-Aug-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add new style guide to global button style
- Updated new style guide for Primary, Secondary and Link button variants - Changed box-shadow style from outer to inside on focus and active state - Updat
Add new style guide to global button style
- Updated new style guide for Primary, Secondary and Link button variants - Changed box-shadow style from outer to inside on focus and active state - Updated font weight from bold to regular for normal buttons and font weight bold for link button.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I38ca94baa9daec3fd03b830fc7b6d676fcce15b0
show more ...
|
fde429e0 | 14-Sep-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add updated table styles
- Refer below link for styles: https://ibm.invisionapp.com/share/D8O06PPE32B#/screens
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6dcc3b8d0fb7ef
Add updated table styles
- Refer below link for styles: https://ibm.invisionapp.com/share/D8O06PPE32B#/screens
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6dcc3b8d0fb7ef19388b5bfeaf87fce78725b638
show more ...
|
5e9c391c | 25-Sep-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add stacked table style for small screen
- Add style to the stacked table type for small screen only.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I79fb44b20c8436df5734f89e60c98966c
Add stacked table style for small screen
- Add style to the stacked table type for small screen only.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I79fb44b20c8436df5734f89e60c98966c9c6a591
show more ...
|
b53e0868 | 08-Sep-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Fix hardware status expand button accessiblity
- Aria label added to provide screen readers context for button action - Title added to chevron icon to display label on hover
Signed-off-by: Dixsie W
Fix hardware status expand button accessiblity
- Aria label added to provide screen readers context for button action - Title added to chevron icon to display label on hover
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib8c0cef36d7aa61e0b4b0ac7fdabffb7e8a0a17a
show more ...
|
615b3150 | 19-Aug-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add changes related to SOL page
-Changes incorporated can be referred through below link: -https://github.com/openbmc/webui-vue/issues/25
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Chang
Add changes related to SOL page
-Changes incorporated can be referred through below link: -https://github.com/openbmc/webui-vue/issues/25
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I39d79259e0470d11c15e596908eefee7a799262a
show more ...
|