History log of /openbmc/webui-vue/src/views/ (Results 226 – 250 of 414)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1471f8fa18-Sep-2020 SurenNeware <sneware9@in.ibm.com>

Update name of sensors export file

- Now the name of exported sensors file will be combination of date
and sensors as prefix.

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

Update name of sensors export file

- Now the name of exported sensors file will be combination of date
and sensors as prefix.

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

show more ...

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

Remove searchFilter property from Sensors page

The searchFilter data prop is included in the SearchFilterMixin,
so can be removed from the Sensors component.

Signed-off-by: Yoshie Muranaka <yoshiem

Remove searchFilter property from Sensors page

The searchFilter data prop is included in the SearchFilterMixin,
so can be removed from the Sensors component.

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

show more ...

96b37af104-Sep-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Fix responsiveness of KVM

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

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

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

46f17ef608-Sep-2020 Dixsie Wolmers <dixsie@ibm.com>

Add optional fields to LDAP and CSR form

- Optional fields are indicated on the form field label
- Asterisks indicating required were removed

Verified with design.

Signed-off-by: Dixsie Wolmers <d

Add optional fields to LDAP and CSR form

- Optional fields are indicated on the form field label
- Asterisks indicating required were removed

Verified with design.

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

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

ce33f21628-Aug-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Auto fill date and time input fields in DateTimeSetting page

-Under manual date and time input field will be auto populated with
defalut date and time.

Signed-off-by: Sukanya Pandey <sukapan1@in.i

Auto fill date and time input fields in DateTimeSetting page

-Under manual date and time input field will be auto populated with
defalut date and time.

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

show more ...

2224ece302-Sep-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Add loading image from external server

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

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

Update name of file of exported log files

- The name of exported event log file would be combination of event logs
prefix and current date and time.

Signed-off-by: Suren Neware <sneware9@in.ibm.c

Update name of file of exported log files

- The name of exported event log file would be combination of event logs
prefix and current date and time.

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

show more ...

1d2da29e10-Sep-2020 Mateusz Gapski <mateuszx.gapski@intel.com>

Remove not needed scroll on sensor page

Details: https://github.com/openbmc/webui-vue/issues/17

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

Remove not needed scroll on sensor page

Details: https://github.com/openbmc/webui-vue/issues/17

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

show more ...

b771849c11-Sep-2020 Derick Montague <derick.montague@ibm.com>

Change overview page critical event sort order

- Set the table to sort by id rather than date to resolve confusion if
date stamps are identical. In this use case, the id column will not
be sorted co

Change overview page critical event sort order

- Set the table to sort by id rather than date to resolve confusion if
date stamps are identical. In this use case, the id column will not
be sorted correctly based on limitations in the framework.

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

show more ...

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

Hide loader on Reboot BMC page

Added beforeRouteLeave component guard to make sure loader bar
is hidden before navigating to a new page. This will make sure
that the loading bar always starts from 0

Hide loader on Reboot BMC page

Added beforeRouteLeave component guard to make sure loader bar
is hidden before navigating to a new page. This will make sure
that the loading bar always starts from 0, if the user navigates
to another page before the inital load completes.

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

show more ...

6b140bac03-Sep-2020 Derick Montague <derick.montague@ibm.com>

Update event log default sort order

- Set the default sort order to id descending to handle an edge case
created by two logs with the same time stamp and the GUI limitation
of sorting by one column

Update event log default sort order

- Set the default sort order to id descending to handle an edge case
created by two logs with the same time stamp and the GUI limitation
of sorting by one column only.

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

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

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

Add 404 page

- User will be redirected to 404 page when navigating to
undefined routes

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

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

Changed switch to checkbox in boot settings form

- On the Server power operations page changed the switch to checkbox
since it has save button.

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

Changed switch to checkbox in boot settings form

- On the Server power operations page changed the switch to checkbox
since it has save button.

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

show more ...

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

Add table search filter empty text translation

- Added custom text message in global translation.
- Added custom message for empty table search filter result.

Signed-off-by: Suren Neware <sneware9

Add table search filter empty text translation

- Added custom text message in global translation.
- Added custom message for empty table search filter result.

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

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

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

Add info type alert to the message

- Add info type alert to the message when Server power operation is in
progress.
- Changed bootstrap b-alert component to our custom alert component to
remove bo

Add info type alert to the message

- Add info type alert to the message when Server power operation is in
progress.
- Changed bootstrap b-alert component to our custom alert component to
remove bootstrap dependency.

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

show more ...

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

Implement consistent save button pattern

- UX audit determined that we will always keep the
primary form action (save/submit) enabled

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

Implement consistent save button pattern

- UX audit determined that we will always keep the
primary form action (save/submit) enabled

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

show more ...

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

Format date and time in event log tables

- Adds line break to format date and time in Event Logs
and Overview event log table

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

Format date and time in event log tables

- Adds line break to format date and time in Event Logs
and Overview event log table

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

show more ...

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

Add default empty table state

-Add empty table state to High priority events table in Overview page
and Processors table in Hardware status page.

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

Add default empty table state

-Add empty table state to High priority events table in Overview page
and Processors table in Hardware status page.

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

show more ...

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

Add last reset time to reboot bmc page

- Timestamp is displayed to inform user of last
power operation

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

Add last reset time to reboot bmc page

- Timestamp is displayed to inform user of last
power operation

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

show more ...

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

Add last reset time to server power operations page

- Timestamp is displayed to inform user of last
power operation

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

Add last reset time to server power operations page

- Timestamp is displayed to inform user of last
power operation

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

show more ...

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

Fix reference to undefined property on Firmware page

Firmware page template is referencing a property that doesn't exist
on the component instance.
currentFirmwareVersion should be changed to system

Fix reference to undefined property on Firmware page

Firmware page template is referencing a property that doesn't exist
on the component instance.
currentFirmwareVersion should be changed to systemFirmwareVersion.

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

show more ...

12345678910>>...17