History log of /openbmc/webui-vue/src/views/ (Results 201 – 225 of 414)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
978807de03-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 ...

30f11f8110-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 ...

edb8a77429-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

2f6d552028-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 ...

1837503c30-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

bc0d61b502-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 ...

d9dc6fb802-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

ad48a0cc30-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 ...

efd7c88430-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 ...

602e98aa21-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 ...


/openbmc/webui-vue/.eslintrc.js
/openbmc/webui-vue/babel.config.js
/openbmc/webui-vue/jest.config.js
/openbmc/webui-vue/package-lock.json
/openbmc/webui-vue/package.json
/openbmc/webui-vue/postcss.config.js
/openbmc/webui-vue/src/App.vue
/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue
/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js
/openbmc/webui-vue/src/components/Global/Alert.vue
/openbmc/webui-vue/src/components/Global/InfoTooltip.vue
/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue
/openbmc/webui-vue/src/components/Global/LoadingBar.vue
/openbmc/webui-vue/src/components/Global/PageContainer.vue
/openbmc/webui-vue/src/components/Global/PageSection.vue
/openbmc/webui-vue/src/components/Global/PageTitle.vue
/openbmc/webui-vue/src/components/Global/Search.vue
/openbmc/webui-vue/src/components/Global/StatusIcon.vue
/openbmc/webui-vue/src/components/Global/TableCellCount.vue
/openbmc/webui-vue/src/components/Global/TableDateFilter.vue
/openbmc/webui-vue/src/components/Global/TableFilter.vue
/openbmc/webui-vue/src/components/Global/TableRowAction.vue
/openbmc/webui-vue/src/components/Global/TableToolbar.vue
/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue
/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js
/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js
/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js
/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js
/openbmc/webui-vue/src/components/Mixins/LocalTimezoneLabelMixin.js
/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableDataFormatterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js
/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js
/openbmc/webui-vue/src/components/Mixins/TableSortMixin.js
/openbmc/webui-vue/src/components/Mixins/VuelidateMixin.js
/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImage.vue
/openbmc/webui-vue/src/env/components/FirmwareSingleImage/FirmwareSingleImageModalRebootBackup.vue
/openbmc/webui-vue/src/env/router/ibm.js
/openbmc/webui-vue/src/env/store/FirmwareSingleImage/FirmwareSingleImageStore.js
/openbmc/webui-vue/src/i18n.js
/openbmc/webui-vue/src/layouts/AppLayout.vue
/openbmc/webui-vue/src/layouts/ConsoleLayout.vue
/openbmc/webui-vue/src/layouts/LoginLayout.vue
/openbmc/webui-vue/src/main.js
/openbmc/webui-vue/src/router/index.js
/openbmc/webui-vue/src/router/routes.js
/openbmc/webui-vue/src/store/api.js
/openbmc/webui-vue/src/store/index.js
/openbmc/webui-vue/src/store/modules/AccessControl/LdapStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/LocalUserMangementStore.js
/openbmc/webui-vue/src/store/modules/AccessControl/SslCertificatesStore.js
/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js
/openbmc/webui-vue/src/store/modules/Configuration/DateTimeSettingsStore.js
/openbmc/webui-vue/src/store/modules/Configuration/FirmwareStore.js
/openbmc/webui-vue/src/store/modules/Configuration/NetworkSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/BootSettingsStore.js
/openbmc/webui-vue/src/store/modules/Control/ControlStore.js
/openbmc/webui-vue/src/store/modules/Control/PowerControlStore.js
/openbmc/webui-vue/src/store/modules/Control/ServerLedStore.js
/openbmc/webui-vue/src/store/modules/Control/VirtualMediaStore.js
/openbmc/webui-vue/src/store/modules/GlobalStore.js
/openbmc/webui-vue/src/store/modules/Health/BmcStore.js
/openbmc/webui-vue/src/store/modules/Health/ChassisStore.js
/openbmc/webui-vue/src/store/modules/Health/EventLogStore.js
/openbmc/webui-vue/src/store/modules/Health/FanStore.js
/openbmc/webui-vue/src/store/modules/Health/MemoryStore.js
/openbmc/webui-vue/src/store/modules/Health/PowerSupplyStore.js
/openbmc/webui-vue/src/store/modules/Health/ProcessorStore.js
/openbmc/webui-vue/src/store/modules/Health/SensorsStore.js
/openbmc/webui-vue/src/store/modules/Health/SystemStore.js
/openbmc/webui-vue/src/store/plugins/WebSocketPlugin.js
/openbmc/webui-vue/src/utilities/NBDServer.js
AccessControl/Ldap/Ldap.vue
AccessControl/Ldap/ModalAddRoleGroup.vue
AccessControl/Ldap/TableRoleGroups.vue
AccessControl/LocalUserManagement/LocalUserManagement.vue
AccessControl/LocalUserManagement/ModalSettings.vue
AccessControl/LocalUserManagement/ModalUser.vue
AccessControl/LocalUserManagement/TableRoles.vue
AccessControl/SslCertificates/CsrCountryCodes.js
AccessControl/SslCertificates/ModalGenerateCsr.vue
AccessControl/SslCertificates/ModalUploadCertificate.vue
AccessControl/SslCertificates/SslCertificates.vue
ChangePassword/ChangePassword.vue
Configuration/DateTimeSettings/DateTimeSettings.vue
Configuration/Firmware/Firmware.vue
Configuration/Firmware/FirmwareModalRebootBackupBmc.vue
Configuration/NetworkSettings/NetworkSettings.vue
Control/Kvm/Kvm.vue
Control/Kvm/KvmConsole.vue
Control/ManagePowerUsage/ManagePowerUsage.vue
Control/RebootBmc/RebootBmc.vue
Control/SerialOverLan/SerialOverLan.vue
Control/SerialOverLan/SerialOverLanConsole.vue
Control/ServerLed/ServerLed.vue
Control/ServerPowerOperations/BootSettings.vue
Control/ServerPowerOperations/ServerPowerOperations.vue
Control/VirtualMedia/ModalConfigureConnection.vue
Control/VirtualMedia/VirtualMedia.vue
Health/EventLogs/EventLogs.vue
Health/HardwareStatus/HardwareStatus.vue
Health/HardwareStatus/HardwareStatusTableBmcManager.vue
Health/HardwareStatus/HardwareStatusTableChassis.vue
Health/HardwareStatus/HardwareStatusTableDimmSlot.vue
Health/HardwareStatus/HardwareStatusTableFans.vue
Health/HardwareStatus/HardwareStatusTablePowerSupplies.vue
Health/HardwareStatus/HardwareStatusTableProcessors.vue
Health/HardwareStatus/HardwareStatusTableStystem.vue
Health/Sensors/Sensors.vue
Login/Login.vue
Overview/Overview.vue
Overview/OverviewEvents.vue
Overview/OverviewNetwork.vue
Overview/OverviewQuickLinks.vue
PageNotFound/PageNotFound.vue
ProfileSettings/ProfileSettings.vue
/openbmc/webui-vue/tests/unit/AppHeader.spec.js
/openbmc/webui-vue/tests/unit/AppNavigation.spec.js
/openbmc/webui-vue/vue.config.js
4716520127-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 ...

98bb24eb06-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 ...

a04d46f722-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 ...

0b980dbf06-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 ...

a35b5a1513-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

d624dae921-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 ...

dd6aa0aa08-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 ...

6185909730-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

543a861c12-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

64c20a5e07-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

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 ...

fde429e014-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 ...

5e9c391c25-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 ...

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 ...

615b315019-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 ...

12345678910>>...17