History log of /openbmc/webui-vue/src/components/ (Results 76 – 100 of 195)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dc618a8d17-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 ...


/openbmc/webui-vue/src/assets/styles/bmc/custom/_buttons.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_dropdown.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_functions.scss
Global/InputPasswordToggle.vue
Global/TableDateFilter.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/TableRoles.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/DateTimeSettings.vue
/openbmc/webui-vue/src/views/Configuration/NetworkSettings/NetworkSettings.vue
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableChassis.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue
b53e086808-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 ...

741f375e05-Oct-2020 SurenNeware <sneware9@in.ibm.com>

Update class to make event logs filter responsive

- For small viewports updated class to make event logs filter
responsive.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I95ff82c0b

Update class to make event logs filter responsive

- For small viewports updated class to make event logs filter
responsive.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I95ff82c0b4765815f70467b5ca748dcc3043d35d

show more ...

4c7c5af827-Sep-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Fix duplicate nav item

There are two "Configuration" nav items in the primary app
nav. Changed the second one to "Access control"

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id

Fix duplicate nav item

There are two "Configuration" nav items in the primary app
nav. Changed the second one to "Access control"

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I5de41892ec3f675c7cb98b1600d77f0342723d57

show more ...

c2862dcc11-Sep-2020 SurenNeware <sneware9@in.ibm.com>

Add icon to the toast component

- Add status icon to the toast component.
- Add a method that return title with associated icon.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: Iae75e3

Add icon to the toast component

- Add status icon to the toast component.
- Add a method that return title with associated icon.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: Iae75e3eec7317af6b25a0ed1bfa4cc72644f7cd7

show more ...

f15cc7ac09-Sep-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Move translation into routes file

- Added intial application load document title update with
created hook

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I73d18ed4a56bd04601f

Move translation into routes file

- Added intial application load document title update with
created hook

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I73d18ed4a56bd04601fa7382c2d6c2ec504b03f5

show more ...

9b22b49207-Sep-2020 Dixsie Wolmers <dixsie@ibm.com>

Add table search filter clear button

- Adds ability to quickly clear a table input search field
- Uses similar styling to password toggle icon and datepicker
- Button style to be addressed in separa

Add table search filter clear button

- Adds ability to quickly clear a table input search field
- Uses similar styling to password toggle icon and datepicker
- Button style to be addressed in separate commit to match
style guide

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I18f2e01c28c00c7e7b2ad1af924070241caf36a5

show more ...

9901096a27-Jul-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Show total and filtered number of items in a table

-The total number of items and the filtered items will be shown in the
EventLogs, Sensors and HardwareStatus table.

Signed-off-by: Sukanya Pan

Show total and filtered number of items in a table

-The total number of items and the filtered items will be shown in the
EventLogs, Sensors and HardwareStatus table.

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I0ee6410bf675038a350a71a02ec076f9e8baf004

show more ...

d329ec8411-Aug-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Refactor navigation component

We are anticipating necessary customizations to the app
navigation for different environments.
This refactoring will allow for a more programmatic approach.
By abstract

Refactor navigation component

We are anticipating necessary customizations to the app
navigation for different environments.
This refactoring will allow for a more programmatic approach.
By abstracting the navigation into a JS object we can leverage
the Vue mixin to isolate customizations while sharing a
standard template and styles.

There may be slight changes to data-test-id-* hooks.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I0d095acfee29cfdd4ce1094b860d754f45dc6db9

show more ...

d2ac76d726-Aug-2020 Dixsie Wolmers <dixsie@ibm.com>

Add title attribute to all icon only buttons

- Title attribute allows action text to be displayed on hover
- Carets in hardware status table will be addressed in a separate
commit as part of Hardw

Add title attribute to all icon only buttons

- Title attribute allows action text to be displayed on hover
- Carets in hardware status table will be addressed in a separate
commit as part of Hardware status accessibility updates

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I58a85b6d244d1125f0b43c22d0bb456a36815097

show more ...

8ff0852628-Aug-2020 SurenNeware <sneware9@in.ibm.com>

Increase the global margin size for page section

- Increase the global margin bottom size to 4rem for the page section.
- Kept same size for responsive sizes.

Signed-off-by: Suren Neware <sneware9@

Increase the global margin size for page section

- Increase the global margin bottom size to 4rem for the page section.
- Kept same size for responsive sizes.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I155006a0ea9a7f6fd947d6daaea4510cadf641db

show more ...

7510046930-Jul-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Add VirtualMedia page

More info: https://github.com/openbmc/webui-vue/issues/7

Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: I68f2074e77301c68c425f1e661988c751224b713

21d6de0029-Jul-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Add Intel theme

Add Intel fonts, colours

Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: Idbfa1422f2667515efb60e24f9a84b7d77d11fcd

87cc561824-Aug-2020 Dixsie Wolmers <dixsie@ibm.com>

Update page section heading to match style guide

- Removes partial border below section heading

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: Ica98d171c16ebc694e0c8c816a161f94425a33b9

76ccbbc924-Aug-2020 Dixsie Wolmers <dixsie@ibm.com>

Add link to header logo

- Adds link to app header logo that will redirect to overview

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: Ia17356ee89d732c30d681754d1c9c26c0ea6481b

5ea1678227-Jul-2020 Dixsie Wolmers <dixsie@ibm.com>

Add form input field validation icons

Updates form validation to match updated style guide:
- Datepicker and password toggle form field
padding adjusted to accomodate validation icons
- Valid form

Add form input field validation icons

Updates form validation to match updated style guide:
- Datepicker and password toggle form field
padding adjusted to accomodate validation icons
- Valid form validation icon is hidden
- Adds carbon icons and enables validation icons in
IBM environment

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I7edff1e9527ad2c2cfec236daacb83ad4864d785

show more ...


/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/src/assets/styles/bmc/custom/_alert.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_badge.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_card.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss
/openbmc/webui-vue/src/assets/styles/bmc/custom/_toasts.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_colors.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_functions.scss
/openbmc/webui-vue/src/assets/styles/bmc/helpers/_index.scss
Global/InputPasswordToggle.vue
Global/TableDateFilter.vue
/openbmc/webui-vue/src/env/assets/styles/_ibm.scss
/openbmc/webui-vue/src/locales/en-US.json
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/Health/ProcessorStore.js
/openbmc/webui-vue/src/views/AccessControl/Ldap/Ldap.vue
/openbmc/webui-vue/src/views/AccessControl/Ldap/TableRoleGroups.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue
/openbmc/webui-vue/src/views/AccessControl/LocalUserManagement/ModalUser.vue
/openbmc/webui-vue/src/views/AccessControl/SslCertificates/SslCertificates.vue
/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue
/openbmc/webui-vue/src/views/Configuration/DateTimeSettings/DateTimeSettings.vue
/openbmc/webui-vue/src/views/Health/EventLogs/EventLogs.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatus.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableBmcManager.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableChassis.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableFans.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue
/openbmc/webui-vue/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
/openbmc/webui-vue/src/views/Health/Sensors/Sensors.vue
/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue
944840f004-Aug-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Remove date bug in event logs page

- Before this commit the filtering on date for offset timing wasnt
working.
-After this commit the filtering on date for UTC as well for offset is
working as e

Remove date bug in event logs page

- Before this commit the filtering on date for offset timing wasnt
working.
-After this commit the filtering on date for UTC as well for offset is
working as expected.

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: Ib627ce944c269dfe52b2ac4fd5670786ec05bb1f

show more ...

92a0a4ac15-Jul-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Firmware page

Adds ability to upload a fimware image by local workstation
or TFTP. Also adds ability to reboot BMC from the backup image.

- Add route definition, component view, and store for

Add Firmware page

Adds ability to upload a fimware image by local workstation
or TFTP. Also adds ability to reboot BMC from the backup image.

- Add route definition, component view, and store for
Firmware page
- Get ActiveSoftwareImage location at /redfish/v1/Managers/bmc
- Get backup by checking for an image id that is not the same as
the active image /redfish/v1/UpdateService/FirmwareInventory
- Switch running firmware image by making PATCH request to
/redfish/v1/Managers/bmc

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I04450e5a170d374122908c4c0349ba3b6e93ed2c

show more ...

57b2262807-Aug-2020 SurenNeware <sneware9@in.ibm.com>

Add info icon for informational alert

-Add new style carbon icon for informational alert
-Change alert icon position from center to top

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id:

Add info icon for informational alert

-Add new style carbon icon for informational alert
-Change alert icon position from center to top

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: If32d712db16472ce9a78e04e5871d0b799bb5895

show more ...

e409b73810-Aug-2020 SurenNeware <sneware9@in.ibm.com>

Add secondary variant to cancel button

-Update cancel button in table toolbar to match updates in style guide.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I43554a405259931c5e918796

Add secondary variant to cancel button

-Update cancel button in table toolbar to match updates in style guide.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I43554a405259931c5e9187968464d286bfe811c7

show more ...

fcda200129-Jul-2020 Dixsie Wolmers <dixsie@ibm.com>

Update Date and Time Settings to include UTC/offset label

Label updates allow the user to easily understand
the expectation for entering time by using specific
label text for "24 hour time" and remo

Update Date and Time Settings to include UTC/offset label

Label updates allow the user to easily understand
the expectation for entering time by using specific
label text for "24 hour time" and removing parenthesis
from the helper text as parenthesis are not needed to
in the input field.

UTC/offset is displayed based on user preference.

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I41f98d9d16f0a4a81af39ce9b25768a1c0b89f08

show more ...

471f2e0727-Jul-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Disable elements on page during loading

Pages: Network settings, Date and time, LDAP, Manage power usage
More details: https://github.com/openbmc/webui-vue/issues/15

Signed-off-by: Mateusz Gapski <

Disable elements on page during loading

Pages: Network settings, Date and time, LDAP, Manage power usage
More details: https://github.com/openbmc/webui-vue/issues/15

Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com>
Change-Id: I02c5aaff180a4ce445b7135403a169a8db3704da

show more ...

5a90942521-Jul-2020 Dixsie Wolmers <dixsie@ibm.com>

Update Interface colors

Components affected by style guide gray pallete changes
were updated from gray200 to gray100.

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: Ib5b2cca55f2c7d1d6be4

Update Interface colors

Components affected by style guide gray pallete changes
were updated from gray200 to gray100.

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: Ib5b2cca55f2c7d1d6be49e8e64a10db6ef5e4524

show more ...

7d04435224-Jul-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add extra margin to bottom of navigation

Adding extra spacing between the last navigation item and the edge of
the browser screen. The extra space makes the last item easier to view
and click, on sh

Add extra margin to bottom of navigation

Adding extra spacing between the last navigation item and the edge of
the browser screen. The extra space makes the last item easier to view
and click, on shorter screens or when all menu items are expanded.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I1776c8aa419480c568533baa92e60cc7d8a68bb0

show more ...

965cf67323-Jul-2020 Derick Montague <derick.montague@ibm.com>

Add application header test hooks

We are not able to easily pass the data attribute to the markup created
by some of the Bootstrap-vue components. In these cases we are adding
the data attribute to

Add application header test hooks

We are not able to easily pass the data attribute to the markup created
by some of the Bootstrap-vue components. In these cases we are adding
the data attribute to the parent container. Those elements will use the
word container in the data attribute value.

Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: I5f1cb43aaed9233415e9b7b9a7f71580f27f921d

show more ...

12345678