History log of /openbmc/webui-vue/src/views/ (Results 301 – 325 of 406)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4177014a18-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add search component to DIMM slot table on Hardware status page

Adds ability to filter DIMM slot table by a search input.

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

Add search component to DIMM slot table on Hardware status page

Adds ability to filter DIMM slot table by a search input.

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

show more ...

c069c67a18-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Search component to Fans table on Hardware status page

Adds ability to filter Fan table by a search input.

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

Add Search component to Fans table on Hardware status page

Adds ability to filter Fan table by a search input.

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

show more ...

0b8cffd623-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Fix errors on local user management add user

Adding a new user on the local user page created two toasts,
one success and one error.
Fixed by removing duplicate @ok callback.

Signed-off-by: Yoshie

Fix errors on local user management add user

Adding a new user on the local user page created two toasts,
one success and one error.
Fixed by removing duplicate @ok callback.

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

show more ...

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

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

09e8b5d408-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Chassis table to hardware status page

Add each chassis at /redfish/v1/Chassis endpoint to a table
with an expansion row to view property details.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@

Add Chassis table to hardware status page

Add each chassis at /redfish/v1/Chassis endpoint to a table
with an expansion row to view property details.

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

show more ...

b89a53c815-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Fans table to hardware status page

Add Fan items at /redfish/v1/Chassis/chassis/Thermal endpoint
to table with expansion row to view details.

Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmai

Add Fans table to hardware status page

Add Fan items at /redfish/v1/Chassis/chassis/Thermal endpoint
to table with expansion row to view details.

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

show more ...

e24b17d208-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add DIMM slot table to hardware status page

Add items at /redfish/v1/Systems/system/Memory endpoint to
DIMM slot table. The table is sortable and has a row expansion
to view details. The code is cur

Add DIMM slot table to hardware status page

Add items at /redfish/v1/Systems/system/Memory endpoint to
DIMM slot table. The table is sortable and has a row expansion
to view details. The code is currently missing most properties
needed to match the design. This table will need to be revisited
when all properties are available.

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

show more ...

b1f559f028-Apr-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Profile settings page

-To set the profile by setting password.
-This commit adds a profile page which allows the user to change their
password.
In the future, the profile page will also contain user

Profile settings page

-To set the profile by setting password.
-This commit adds a profile page which allows the user to change their
password.
In the future, the profile page will also contain user settings like
language and timezone.

The API called to change the user's
password is '/redfish/v1/AccountService/Accounts/<userName>'

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

show more ...

5918b48a08-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add power supplies table to hardware status page

Adds items at /redfish/v1/Chassis/chassis/Power endpoint in
Power supplies table. Table is sortable and has a row expansion
to view details.

- Table

Add power supplies table to hardware status page

Adds items at /redfish/v1/Chassis/chassis/Power endpoint in
Power supplies table. Table is sortable and has a row expansion
to view details.

- Table sort mixin to reuse sort method for status values

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

show more ...

c687f10102-Jun-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Refactor Overview page

Use SystemStore to get Server information values on the
overview page. Added missing properties to SystemStore
and removed hostFirmware from FirmwareStore.

Signed-off-by: Yos

Refactor Overview page

Use SystemStore to get Server information values on the
overview page. Added missing properties to SystemStore
and removed hostFirmware from FirmwareStore.

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

show more ...

56ee769f28-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Hardware status page and system table

Adds ability to see system information in table format with a row
expansion details view. Modified tables styles to add table borders.

Created global mixin

Add Hardware status page and system table

Adds ability to see system information in table format with a row
expansion details view. Modified tables styles to add table borders.

Created global mixin for table data formatting:
- Show '--' for undefined or empty string values
- Map Redfish health status options to status-icon values

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

show more ...

8cb0d25314-Jun-2020 Sukanya Pandey <sukapan1@in.ibm.com>

Manage power usage loader

-Show the loading bar while making the call to the APIs during both GET and PATCH call.

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

Manage power usage loader

-Show the loading bar while making the call to the APIs during both GET and PATCH call.

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

show more ...

aa7e832512-Jun-2020 SurenNeware <sneware9@in.ibm.com>

Add page Loader

- Add page Loader to Server LED page
- Tested responsive layout on supported viewport sizes

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

Add page Loader

- Add page Loader to Server LED page
- Tested responsive layout on supported viewport sizes

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

show more ...

68bbba2918-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add date filter on Event logs page

Created global TableDateFilter component that uses the BootstrapVue
Datepicker with a native text input. This will allow users to manually
enter a date in ISO form

Add date filter on Event logs page

Created global TableDateFilter component that uses the BootstrapVue
Datepicker with a native text input. This will allow users to manually
enter a date in ISO format or use the Bootstrap calendar dropdown.

Storing language preference from Login to use locale prop on
BootstrapVue Datepicker component.

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

show more ...

71724bef01-Jun-2020 SurenNeware <sneware9@in.ibm.com>

Global Search component

Added global Search component to Sensors page.

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

be3af33611-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add batch actions and row action to Event Logs

Adds ability to export and delete event logs by row or in a
table batch action.

- Modifications to TableRowAction component to allow single
row expo

Add batch actions and row action to Event Logs

Adds ability to export and delete event logs by row or in a
table batch action.

- Modifications to TableRowAction component to allow single
row export functionality

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

show more ...

f9832b0e12-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add pagination to Event Log table

Created BvPaginationMixin for shared pagination values
and methods. Chose to use exising BoostrapVue components
as-is instead of wrapping in a custom component sinc

Add pagination to Event Log table

Created BvPaginationMixin for shared pagination values
and methods. Chose to use exising BoostrapVue components
as-is instead of wrapping in a custom component since
it would add unnecessary complexity.

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

show more ...

8e4b5c3f27-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Fix loader on local user management page

Loader for batch delete should start after confirming the
action in the modal.

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

Fix loader on local user management page

Loader for batch delete should start after confirming the
action in the modal.

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

show more ...

e3c9c09e20-May-2020 Dixsie Wolmers <dixsie@ibm.com>

Add Network Settings translations

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

bb81d55c26-Feb-2020 Dixsie Wolmers <dixsie@ibm.com>

Add network settings page

- Adds ability to configure newtowrk settings by selected ethernet interface
- Default gateway is currently unavailable in redfish,
to work around, grabbed gateway from f

Add network settings page

- Adds ability to configure newtowrk settings by selected ethernet interface
- Default gateway is currently unavailable in redfish,
to work around, grabbed gateway from first static ipv4 configuration
and assigned to new static ipv4 configurations
- Adds ability to add, modify and delete static ipv4 configs
- Adds ability to add, modify and delete static dns
- Adds ability to edit gateway, hostname and mac address
- Form validations include regex for ip, mac address, and hostname

- Language translations to be addressed in separate commit
- Enabling DHCP and configuring DHCP settings to be addressed in separate commit

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

show more ...

e3a8d69628-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add router leave hook to Event logs page

Hide loader if the user navigates to another page before
request is fulfilled.

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

Add router leave hook to Event logs page

Hide loader if the user navigates to another page before
request is fulfilled.

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

show more ...

396aaab720-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Refactor Sensors filtered data

Removed setter on computed filteredSensors value. Explicitly
setting filteredSensors value is not necessary because activeFilters
property change automatically updates

Refactor Sensors filtered data

Removed setter on computed filteredSensors value. Explicitly
setting filteredSensors value is not necessary because activeFilters
property change automatically updates the computed value.

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

show more ...

6f10234605-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Add Event log page

Add basic event log table with the ability to sort by column
(ID, Severity, Type, Date) and filter by severity.

- Updated existing translation for eventLog to eventLogs

Signed-o

Add Event log page

Add basic event log table with the ability to sort by column
(ID, Severity, Type, Date) and filter by severity.

- Updated existing translation for eventLog to eventLogs

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

show more ...

ce9a3ef306-May-2020 Yoshie Muranaka <yoshiemuranaka@gmail.com>

Update EventLogStore request to use Redfish

Changes to WebSocketPlugin to dispatch event log GET request
when new event interfaces are received.
By re-fetching the Redfish logs the health status ico

Update EventLogStore request to use Redfish

Changes to WebSocketPlugin to dispatch event log GET request
when new event interfaces are received.
By re-fetching the Redfish logs the health status icon in the
application header will always reflect the visible event logs.
The plugin was previously only updating the header status, so
it was possible for the header status and event logs to be
out of sync.

- Changed to use Redfish endpoint for event log GET request
/redfish/v1/Systems/system/LogServices/EventLog/Entries
- Update AppHeader Health status icon to reflect changes
made with Redfish log Severity property

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

show more ...

1...<<11121314151617