History log of /openbmc/webui-vue/src/views/ (Results 151 – 175 of 414)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dc6b3cde20-May-2021 Dixsie Wolmers <dixsie@ibm.com>

Add quicklinks to hardware status page

- Renames SetFocusMixin to JumpLinkMixin to better describe what the
mixin is for: jump links like quick links and skip to main content
- Adds scrollToOffset m

Add quicklinks to hardware status page

- Renames SetFocusMixin to JumpLinkMixin to better describe what the
mixin is for: jump links like quick links and skip to main content
- Adds scrollToOffset method to JumpLinkMixin methods to scroll to
selected page elements
- Scroll offset is required to show table header below the nav header
- Setting focus is required for accessibility

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

show more ...

27d68aff02-May-2021 Dixsie Wolmers <dixsie@ibm.com>

Add event log resolve and unresolve log functionality

Displays resolved or unresolved status, adds ability to filter
by resolved or unresolved, and adds ability to resolve or
unresolve one or more

Add event log resolve and unresolve log functionality

Displays resolved or unresolved status, adds ability to filter
by resolved or unresolved, and adds ability to resolve or
unresolve one or more logs.

Move event type table field to expanded row.

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

show more ...

dca9b0a507-May-2021 MichalX Szopinski <michalx.szopinski@intel.com>

Remove hardcoded chassis in power supplies

According to our conversation on community meeting we want to remove all hardcoded chassis names in request URL. This change corrects the "Power supplies"

Remove hardcoded chassis in power supplies

According to our conversation on community meeting we want to remove all hardcoded chassis names in request URL. This change corrects the "Power supplies" table in "Hardware Status" view.

Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Change-Id: I5219c68b71477adee5f6785c58808eeaa5d35986

show more ...

71114feb06-May-2021 Derick Montague <derick.montague@ibm.com>

Replace use of the term host with server

This patchset focuses on the global store use for server power
operations and impacts several pages in the interface.

For consistency, both in the UI and th

Replace use of the term host with server

This patchset focuses on the global store use for server power
operations and impacts several pages in the interface.

For consistency, both in the UI and the code base, we are replacing
the term host with server. This change impacts both the user and the
developer experience. Maintaining consistency in naming allows both
developers and users to form a mental model of the overall system
and will help remove confusion when interacting with the UI and
editing the interface.

Testing:
1. Tested shutdown, power on, and reboot and verified the icons and
page sections in the site header and the server power operations page
update as expected during power operations.
2. Verified the one-time boot operations alert is displayed to the
user when changing the boot settings on the server power operations page
3 Tested factory reset and validated the correct information message
is displayed to the user with the server power off and on when
performing the factory reset functions.
4. Verified the SOL Console status icon updates correctly during
power operations.
5. Verified the alert message is displayed on the firmware update page
when the server is powered on.

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

show more ...

6b5ff10110-May-2021 Sukanya Pandey <sukapan1@in.ibm.com>

Resolve bug in date and time settings page

-Issue was while selecting manual setting
-While clicking the radio button for manual setting, the button was not
getting selected.

Signed-off-by: Sukanya

Resolve bug in date and time settings page

-Issue was while selecting manual setting
-While clicking the radio button for manual setting, the button was not
getting selected.

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

show more ...

7f6edb6230-Mar-2021 Sukanya Pandey <sukapan1@in.ibm.com>

Hide and show boot settings override field

-Hide and show boot settings override field as this field will be
available in few systems.

-Visibility of this field is dependent on API value which is

Hide and show boot settings override field

-Hide and show boot settings override field as this field will be
available in few systems.

-Visibility of this field is dependent on API value which is
"BootSourceOverrideTarget@Redfish.AllowableValues" from API
"/redfish/v1/Systems/system/"

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

show more ...

15bcc41f30-Apr-2021 Alicja Rybak <alicja.rybak@intel.com>

Fix toast message for VM Legacy successful mount

Add new toast message string serverConnectionEstablished
for succesfully mounted image in Legacy mode.
Previously serverClosedSuccessfully toast was

Fix toast message for VM Legacy successful mount

Add new toast message string serverConnectionEstablished
for succesfully mounted image in Legacy mode.
Previously serverClosedSuccessfully toast was showed.

Tested:
Verified that Server connection established toast message
shows in webui after mounting image in legacy mode.

Signed-off-by: Alicja Rybak <alicja.rybak@intel.com>
Change-Id: I79b8bc3243ecc1a29a28f2441d499454747676c2

show more ...

f3022e5c28-Mar-2021 MichalX Szopinski <michalx.szopinski@intel.com>

RW checkbox in "Load image from external server" works opposite way

Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Change-Id: I1670aa0775a2276963f72ea8a7e8bb0b15c27ee0

71aa455826-Mar-2021 Dixsie <dixsie@ibm.com>

Fix network setting validations bug

Removed regex vuelidate validation helpers for IP address
and MAC address and used builtin vuelidate validators for each.
Using builtin validators reduces human e

Fix network setting validations bug

Removed regex vuelidate validation helpers for IP address
and MAC address and used builtin vuelidate validators for each.
Using builtin validators reduces human error when using custom
validators.

The regex helpers were incorrect and causing validation errors.

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

show more ...

47b047c723-Dec-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Add event log details

- Add ability to expand and collapse table rows to show event log entry
details
- Add the following properties to display in the UI, Name,
Modified date

Change-Id: I3c90ce3018

Add event log details

- Add ability to expand and collapse table rows to show event log entry
details
- Add the following properties to display in the UI, Name,
Modified date

Change-Id: I3c90ce301878947e402eb87ca135dba0c47e84d5
Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>

show more ...

b0fadef112-Mar-2021 Sukanya Pandey <sukapan1@in.ibm.com>

Increase SOL console columns

- Terminal window will occupy the full space of its container.

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

da9f0a6e14-Feb-2021 Derick Montague <derick.montague@ibm.com>

Add factory reset page

This new page will be included in the Control section of the primary
navigation. The user will be able to choose between two different
reset actions.

The user can make the

Add factory reset page

This new page will be included in the Control section of the primary
navigation. The user will be able to choose between two different
reset actions.

The user can make the following calls:
- /redfish/v1/Systems/system/Bios/Actions/Bios.ResetBios
- /redfish/v1/Managers/bmc/Actions/Manager.ResetToDefaults

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

show more ...

aa5e950b23-Feb-2021 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Move Dumps page components to main view and store directories

This commit will move away from storing env specific component views
and store modules in the env directory. This will help simplify the

Move Dumps page components to main view and store directories

This commit will move away from storing env specific component views
and store modules in the env directory. This will help simplify the
file structure for dotenv customizations. The env directory will only
store modifications to the main store register, router definitions,
and app navigation.

Pages that are "hidden" by default, like dumps, would still need to be
imported and registered in the specific environments.

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

show more ...

33d755f418-Feb-2021 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Update the default firmware page

- Minor updates made to the general layout and styles
- Changes to some page copy
- Moves update firmware form to bottom of page
- Adds dynamic TFTP upload optio

Update the default firmware page

- Minor updates made to the general layout and styles
- Changes to some page copy
- Moves update firmware form to bottom of page
- Adds dynamic TFTP upload option
- Adds dynamic card layout for BMC and host firmwre
- 2 cards for combined
- 4 cards for separate
- Removes FirmwareSingleImage components that were used for IBM builds

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

show more ...

92f8755c12-Feb-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Added test hook for SSL certificates page.

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: Ia1647adcf2499cafe749b91e444c1fc97401cd7a

69e8ec5c22-Feb-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Reduce amount of calls for the KVM window 'resize' function

-Use 'beforeDestroy' hook to stop listening on the route change,
-Use lodash to throttle the calls.

Signed-off-by: Konstantin Aladyshev <

Reduce amount of calls for the KVM window 'resize' function

-Use 'beforeDestroy' hook to stop listening on the route change,
-Use lodash to throttle the calls.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: I08781417e3e789dcf3532fbe697efb1403f81fda

show more ...

64f260c717-Feb-2021 Konstantin Aladyshev <aladyshev22@gmail.com>

Refit SoL terminal on window resize

'xterm' addon used in the "Serial over LAN (SOL) console" page
doesn't resize terminal screen on window size change.
If the initial window is small after its incr

Refit SoL terminal on window resize

'xterm' addon used in the "Serial over LAN (SOL) console" page
doesn't resize terminal screen on window size change.
If the initial window is small after its increase in size
there would be gaps in the terminal screen workspace.
To solve this use fit addon when window size is changed.
For optimization add throttle for the event function and remove
listener on page destroy.

See https://github.com/openbmc/webui-vue/issues/53 for details.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: Id3895d43012e8c711a182026cb40aaa64234f9bf

show more ...

99e20d8f09-Feb-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Added test hook for event logs page

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: I6464c2108d50364dbc068fa361e582d11d4a9a13

84ea7ab117-Feb-2021 SurenNeware <sneware9@in.ibm.com>

Add test hooks to Power server operations page

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

f92e296909-Feb-2021 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add enhancements to BVToastMixin

Adds ability to create toasts with multi-lined body content and
options to include a timestamp and application refresh action.

Signed-off-by: Yoshie Muranaka <yoshi

Add enhancements to BVToastMixin

Adds ability to create toasts with multi-lined body content and
options to include a timestamp and application refresh action.

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

show more ...

ed06bf6708-Feb-2021 SurenNeware <sneware9@in.ibm.com>

Add test hooks to security settings page

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

0736d2af09-Feb-2021 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Remove i18n module import from Profile settings

Update translation to use the global $t component method provided
by the i18n plugin.

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

Remove i18n module import from Profile settings

Update translation to use the global $t component method provided
by the i18n plugin.

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

show more ...

df88f13a08-Feb-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Added test hook for client session page

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: I5ba8243fcc0ba561bfab18503c2c1ba5aebd47c0

b28e243b10-Feb-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Added a test hook for sensors page

Signed-off-by: Sandeepa Singh <sandeepa.singh@ibm.com>
Change-Id: I4a560f0c960290ada4cd4148011ae40d3129a7c6

157d2ffe16-Dec-2020 Dixsie Wolmers <dixsie@ibm.com>

Add DHCP enable to Network Settings page

- Adds ability to disable or enable DHCP from UI.
- Displays DHCP addresses in table.
- Displays only Static addresses in Static table

Note for testing:

Add DHCP enable to Network Settings page

- Adds ability to disable or enable DHCP from UI.
- Displays DHCP addresses in table.
- Displays only Static addresses in Static table

Note for testing:
- If BMC does not have a DHCP server on the network
when enabling DHCP then system will go down (no IP
addresses will be available)

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

show more ...

12345678910>>...17