d388a28b | 08-Jul-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add ability to customize theme styles
Showcases how different themes/styles can be supported using .env variables. If an environemnt name is specified during the build process, an overrides file wil
Add ability to customize theme styles
Showcases how different themes/styles can be supported using .env variables. If an environemnt name is specified during the build process, an overrides file will be pulled in to allow modifications to color and font definitions.
This commit includes possible style modifications with the openpower env name as an example. To see the openpower changes, add the variable definition VUE_APP_NAME="openpower" to your .env.development.local file or build using 'npm run build -- --mode openpower'
- Moves helper imports into vue config to allow for specific import order - Removed helper imports in SFCs
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iaf7a59c24fda06a7b74e23f2f042fb3300cb2056
show more ...
|
6534e58b | 24-Jul-2020 |
Derick Montague <derick.montague@ibm.com> |
Use proper casing for data-test-id values
- Used hyphenated words instead of camelCase to represent multiple words
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I66a18adb3b00f
Use proper casing for data-test-id values
- Used hyphenated words instead of camelCase to represent multiple words
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I66a18adb3b00f642861201b353f9c0051cea4bb7
show more ...
|
2d589a74 | 23-Jul-2020 |
Derick Montague <derick.montague@ibm.com> |
Add test hooks to primary navigation
The button elements will be labeled using the word button. The data attribute for the anchor elements will be added to the parent container and will use the word
Add test hooks to primary navigation
The button elements will be labeled using the word button. The data attribute for the anchor elements will be added to the parent container and will use the word container in the data attribute value.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I7967b3ac659b1363a07b7686b874cf044a1a48ad
show more ...
|
5e25e281 | 08-Jul-2020 |
SurenNeware <sneware9@in.ibm.com> |
Add table responsive layout and fix search icon visibility
-Add responsive layout for all the tables. -Fix search icon visibility in search component.
Signed-off-by: Suren Neware <sneware9@in.ibm.c
Add table responsive layout and fix search icon visibility
-Add responsive layout for all the tables. -Fix search icon visibility in search component.
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ibb4f77cf322aeb3699b13ab6cbbdb6cc38efbdc4
show more ...
|
be88c61e | 20-Jul-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Update global typography
Updated the following body, label, and heading styles to match new style guide: - Font sizes - Font weight - Line height - Color
Signed-off-by: Dixsie Wolmers <dixsie@ibm.c
Update global typography
Updated the following body, label, and heading styles to match new style guide: - Font sizes - Font weight - Line height - Color
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I014c968f6542b697fec8c3b9af781e64ac10794d
show more ...
|
2a934977 | 23-Jul-2020 |
Mateusz Gapski <mateuszx.gapski@intel.com> |
Overlapping search box and toolbar with selected rows
More details: https://github.com/openbmc/webui-vue/issues/19
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I6c84f979baa1
Overlapping search box and toolbar with selected rows
More details: https://github.com/openbmc/webui-vue/issues/19
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I6c84f979baa1d381c8ae62781a2607d3de63169a
show more ...
|
b2ca0c04 | 20-Jul-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add the updated icons for critical and export
-the critical icon in the header and tables. -the export icon in the event log page.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id:
Add the updated icons for critical and export
-the critical icon in the header and tables. -the export icon in the event log page.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I5b3beedb8339ba6e6bbd34b43ea7698fc44f9e42
show more ...
|
129d79bb | 02-Jul-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix browser warning of non-unique id on Hardware page
Adds a unique id to the global search component. The search component has an id attribute. When it is reused on the same page, like Hardware sta
Fix browser warning of non-unique id on Hardware page
Adds a unique id to the global search component. The search component has an id attribute. When it is reused on the same page, like Hardware status, the id is no longer unique within the document.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I1226aa9da69b90b9a7da9ed3d053fde020babcc0
show more ...
|
03505916 | 25-Jun-2020 |
Mateusz Gapski <mateuszx.gapski@intel.com> |
Intel environment
add environment for Intel add logo as a placeholder
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: Iad1ef66ef73e7f9e0857122cc29729543cbf6682 |
632de22a | 09-Jul-2020 |
Mateusz Gapski <mateuszx.gapski@intel.com> |
KVM console
- The kvm console with using novnc library
Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: Icfb7643595d8c17231ca3671753d6de971525bd3 |
9ccb8a97 | 15-Jul-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add slot for an optional action in Alert component
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ia2891eaf6e22c367d3080a9a3cb2eff0a27563bf |
3559304f | 17-Jul-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Update LoadingBar component
Adds "striped" and "animated" prop to loading component to improve user experience when saving or loading on a page.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Chang
Update LoadingBar component
Adds "striped" and "animated" prop to loading component to improve user experience when saving or loading on a page.
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ie1c3c253172486a5915cdc79952271bad846cfde
show more ...
|
01da8187 | 08-Jul-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update use of Sass variables for better theming
Use Bootstrap color functions for theme-colors and grays instead of directly referencing Sass variable to allow more flexible theming.
Signed-off-by:
Update use of Sass variables for better theming
Use Bootstrap color functions for theme-colors and grays instead of directly referencing Sass variable to allow more flexible theming.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Id08b77ff6df3bdf99400dcdfe964853706f1070f
show more ...
|
60482ab6 | 06-Jul-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add test hooks to TableFilter component
Adding standardized test hooks to filter dropdown component, nested checkbox options and clear all button.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gma
Add test hooks to TableFilter component
Adding standardized test hooks to filter dropdown component, nested checkbox options and clear all button.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I46d7166f35eb51ebf5eb6a136266591884e93324
show more ...
|
0045400c | 22-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Refactor global TableFilter component and mixin
Add key property to TableFilter component to make sure filtering is based on specific row property. Previously, the table filter was checking all row
Refactor global TableFilter component and mixin
Add key property to TableFilter component to make sure filtering is based on specific row property. Previously, the table filter was checking all row properties for matches.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I589886a0d487ac3ab8def585cc7286e61992afdb
show more ...
|
739e4596 | 05-Jun-2020 |
Dixsie Wolmers <dixsie@ibm.com> |
Add date and time settings
Adds ablity to change date and time manually, or configure using NTP servers.
- If NTP is selected, user is required to enter at least one NTP address - Date and time a
Add date and time settings
Adds ablity to change date and time manually, or configure using NTP servers.
- If NTP is selected, user is required to enter at least one NTP address - Date and time are ISO formatted
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I0d67c80487fdd815eacc3539ccd702b23618260e
show more ...
|
96f69ca9 | 20-May-2020 |
Sukanya Pandey <sukapan1@in.ibm.com> |
Add code for Serial Over LAN
- The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data.
Signed-off-by:
Add code for Serial Over LAN
- The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data.
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd
show more ...
|
de87f678 | 27-Jun-2020 |
Derick Montague <derick.montague@ibm.com> |
Resolve LoadingBar accessibility issue
- Add an aria-label to the b-progress-bar component to meet accessibility guidelines - Nest b-progess-bar component in b-progress component in order to add ari
Resolve LoadingBar accessibility issue
- Add an aria-label to the b-progress-bar component to meet accessibility guidelines - Nest b-progess-bar component in b-progress component in order to add aria-label to the correct element
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I3b7d23026d4bcdb607fdbad24170e38116a7eb8a
show more ...
|
74466b85 | 28-Jun-2020 |
Derick Montague <derick.montague@ibm.com> |
Resolve hidden focus within closed navigation
When the primary navigation is closed a keyboard user can still tab into the menu. This can be confusing since the user can not visibly determine what e
Resolve hidden focus within closed navigation
When the primary navigation is closed a keyboard user can still tab into the menu. This can be confusing since the user can not visibly determine what element as focus. This occurs because we chose not to hide and show the menu. This simplifies the solution for users relying on assistive technology.
This change will show a keyboard user the navigation when they tab into it. This removes any confusion of where the user's keyboard focus is without having to complicate the solution used for assistive technology users.
Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I17fa9f257610c3c40844660b341ccc6af2ee3b4e
show more ...
|
ed06dc11 | 16-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add test hooks to event logs page
- Add data-test-id test hooks to simplify the xpath queries needed to set up automation testing - Reduce the possibility of breaking automation tests when/if page
Add test hooks to event logs page
- Add data-test-id test hooks to simplify the xpath queries needed to set up automation testing - Reduce the possibility of breaking automation tests when/if pages are updated
Adds test hooks to table checkboxes, batch action delete button, inline row delete button. Will add hooks to table filter dropdown separately, because the component needs refactoring.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I84fef897bbe29ea410a3b7d663828ddd7c91aa88
show more ...
|
202c599e | 18-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update Sensors page to use table mixins
- Add number formatting to TableDataFormatter mixin - Use TableDataFormatter mixin to show different status icons for sensor status (OK, Warning, Critical)
Update Sensors page to use table mixins
- Add number formatting to TableDataFormatter mixin - Use TableDataFormatter mixin to show different status icons for sensor status (OK, Warning, Critical) - Use TableSortMixin to sort by status (OK, Warning, Critical)
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I99899bbc19db3529f0fdfe34be30b09d41456b42
show more ...
|
83458ae7 | 18-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Fix Search component default prop validation
Changed placeholder prop validation to use a regular function instead of an arrow function to fix undefined errors where 'this' is undefined.
Signed-off
Fix Search component default prop validation
Changed placeholder prop validation to use a regular function instead of an arrow function to fix undefined errors where 'this' is undefined.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I315542aae3d53a169767fda0407d8379d1b13027
show more ...
|
057232b8 | 08-Jun-2020 |
SurenNeware <sneware9@in.ibm.com> |
Responsive Site Header
- Changed Header shortcut menu Icon position - Fixed Media devices responsive layout
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I817d8f11d9fb720bb9e37f4a136
Responsive Site Header
- Changed Header shortcut menu Icon position - Fixed Media devices responsive layout
Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I817d8f11d9fb720bb9e37f4a136cb19305144228
show more ...
|
386df45f | 18-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Update TableDataFormatter filename
Changed TableDataFormatter to TableDataFormatterMixin to be consistent with other Mixin files.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id
Update TableDataFormatter filename
Changed TableDataFormatter to TableDataFormatterMixin to be consistent with other Mixin files.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Iae6528deda3099cf730150164739ee2fb64bbfe3
show more ...
|
54c6bfc2 | 12-Jun-2020 |
Yoshie Muranaka <yoshiemuranaka@gmail.com> |
Add BMC manager table to hardware status page
Add properties at /redfish/v1/Managers/bmc endpoint in a table with expandable row to view details.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmai
Add BMC manager table to hardware status page
Add properties at /redfish/v1/Managers/bmc endpoint in a table with expandable row to view details.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ieb32a9b2a535ddd7d24edcb68761c51eace2e5a8
show more ...
|