History log of /openbmc/webui-vue/ (Results 276 – 300 of 842)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fcb2f96b23-Jul-2021 Dixsie Wolmers <dixsie@ibm.com>

Add missing keys for en-US translations

- Updated power supplies to use identifyLed key
- Updated system store identify LED toasts
- Corrected DHCP key capitilization
- Did not make changes to facto

Add missing keys for en-US translations

- Updated power supplies to use identifyLed key
- Updated system store identify LED toasts
- Corrected DHCP key capitilization
- Did not make changes to factory reset modal keys,
they are being used dynamically with `${}` in the key.
Same for Power restore policy `$t{powerState}`

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

show more ...

4c03919902-Jul-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Update the design of BMC table

- Add left margins for sections associated with Graphic console and
Serial console

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

Update the design of BMC table

- Add left margins for sections associated with Graphic console and
Serial console

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

show more ...

6b8aee9514-May-2021 Dixsie Wolmers <dixsie@ibm.com>

Add hardware status power supply missing properties

Adds efficiency percent, identify LED, manufacturer, hardware type,
health and spare part number.

Adds section divider in expanded row.

Signed-o

Add hardware status power supply missing properties

Adds efficiency percent, identify LED, manufacturer, hardware type,
health and spare part number.

Adds section divider in expanded row.

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

show more ...

bc46814b27-Jul-2021 Paul Fertser <fercerpav@gmail.com>

locales: ru-RU: translate countries list

These strings are used to show details about TLS certificates. The
translations were obtained with the following procedure:

$ wget https://ru.wikipedia.org/

locales: ru-RU: translate countries list

These strings are used to show details about TLS certificates. The
translations were obtained with the following procedure:

$ wget https://ru.wikipedia.org/wiki/ISO_3166-2
$ sed -n '/^ "..":/{s/.*"\(..\)": "\(.*\)".*/\1 \2/;p}' src/locales/en-US.json | while read a b; do echo " \"$a\": \"$(sed -n '/ISO_3166-2:'$a'/{N;s/.*>\([^<]\+\).*/\1/;p;q}' ISO_3166-2)\","; done

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: I04c1f0bcf79063e1c8e89cace9b1c7e356edc5fd

show more ...

30731f1e22-Jul-2021 Dixsie Wolmers <dixsie@ibm.com>

Update app nav test spec with post codes

Ran NPM run test:update to update app nav test spec after
post codes were merged.

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

Update app nav test spec with post codes

Ran NPM run test:update to update app nav test spec after
post codes were merged.

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

show more ...

e827dd2322-Jul-2021 Paul Fertser <fercerpav@gmail.com>

docs: expand guide with vue-i18n-extract.js examples

This internationalization documentation patch provides the developers
with specific recommendations on using vue-i18n-extract.js tool to
ensure t

docs: expand guide with vue-i18n-extract.js examples

This internationalization documentation patch provides the developers
with specific recommendations on using vue-i18n-extract.js tool to
ensure translations consistency.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: I506091c97043ad3f50c4753daddd450abe9744fc

show more ...

8b1beffd14-Jun-2021 Dixsie Wolmers <dixsie@ibm.com>

Add download additional data functionality

Adds ability to download event log additional data data by row.

The download attribute is not used to rename the file
because it causes the download to fa

Add download additional data functionality

Adds ability to download event log additional data data by row.

The download attribute is not used to rename the file
because it causes the download to fail in Chrome
(Chromium bug for base64 files).

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

show more ...

cad5bb9c22-Jun-2021 Lei YU <yulei.sh@bytedance.com>

Fix inconsistent power status

The webui was using a websocket to subscribe the events from BMC for
server status and logging.
It uses a debouncer of 2.5 to limit the events, however, it causes the
l

Fix inconsistent power status

The webui was using a websocket to subscribe the events from BMC for
server status and logging.
It uses a debouncer of 2.5 to limit the events, however, it causes the
loss of the events, so the power change status event could be missed by
the webui, causing the `Power` status is not really consistent.

There was an issue in the property change handler as well that it
assumes the `CurrentHostState` is there. However, certain event could be
fired without `CurrentHostState` change, e.g. the "ForceWarmReboot" will
get an host event of `RequestedHostTransition` without
`CurrentHostState`'s change, the code will get an undefined
`CurrentHostState` and the `Power` status becomes undetermined.

Remove the 2.5 debouncer, and only set the power status when
`CurrentHostState` is really received to fix the issue.

Tested: Verify the `Power` status is consistent with the server status.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I732069fff954a2b8b1de4848115641903a8bc904

show more ...

06d5386324-May-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Add POST code logs page

This page will be included in the Health section of the primary
navigation. The user will be able to export and download POST code
logs.

Signed-off-by: Sandeepa Singh <sande

Add POST code logs page

This page will be included in the Health section of the primary
navigation. The user will be able to export and download POST code
logs.

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

show more ...

f65cc7b212-Jul-2021 MichalX Szopinski <michalx.szopinski@intel.com>

Hide "Switch to running" button on Intel environment

Add environment variable to control visibility of "Switch to running" button.

Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com>
Cha

Hide "Switch to running" button on Intel environment

Add environment variable to control visibility of "Switch to running" button.

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

show more ...

678390cd29-Apr-2021 Pavel Zhukov <p.zhukov@gagar-in.com>

Add full russian translation

This localisation was performed by a native speaker well familiar with
server administration and passed internal reviews by other GAGAR>IN
administrators.

Signed-off-by

Add full russian translation

This localisation was performed by a native speaker well familiar with
server administration and passed internal reviews by other GAGAR>IN
administrators.

Signed-off-by: Pavel Zhukov <p.zhukov@gagar-in.com>
Signed-off-by: Andrei Tutolmin <a.tutolmin@gagar-in.com>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Change-Id: Iea6a22351dcd999bd094e530229c7aee7e8e9629

show more ...

ad01b20909-Jul-2021 Derick Montague <derick.montague@ibm.com>

Update user privilege table for the operator role

The operator role has the ability to configure components, but that
was missing from the privilege table.

Signed-off-by: Derick Montague <derick.mo

Update user privilege table for the operator role

The operator role has the ability to configure components, but that
was missing from the privilege table.

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

show more ...

07b85ef309-Jul-2021 Derick Montague <derick.montague@ibm.com>

Fix cross-browser time formatting bug

To format the BMC time as 24 hour time, we used the `hour12` property.
In Chrome, the time between 12:00 AM and 1:00 AM is displaye as 24:xx,
instead of 00:xx.

Fix cross-browser time formatting bug

To format the BMC time as 24 hour time, we used the `hour12` property.
In Chrome, the time between 12:00 AM and 1:00 AM is displaye as 24:xx,
instead of 00:xx. The cross-browser solution is to replace the `hour12`
property with the `hourCycle` property so that all the time is formatted
as 00:xx.

Reference for Intl.DateTimeFormat constructor
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat

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

show more ...

3b73cf8312-Jul-2021 Maciej Magdziarz <maciejx.magdziarz@intel.com>

Firmware: Remove redundant label handling

In https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/42455 we decieded not to set a file type to upload. We have removed label but not label handling

Firmware: Remove redundant label handling

In https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/42455 we decieded not to set a file type to upload. We have removed label but not label handling.

Signed-off-by: Maciej Magdziarz <maciejx.magdziarz@intel.com>
Change-Id: Ide0558a3df4c1d3c7eb3fe9872eb8914c80f11a7

show more ...

eb4cef3f09-Apr-2021 Sukanya Pandey <sukapan1@in.ibm.com>

Add system table missing properties

- Design is updated for system table.

- Missing properties are added, added properties are: Hardware type, Location number, Memory summary
data, Processor summ

Add system table missing properties

- Design is updated for system table.

- Missing properties are added, added properties are: Hardware type, Location number, Memory summary
data, Processor summary data and submodel.

- Also adding functionality of toggling identify led switch

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

show more ...

240c056c06-May-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Add chassis table missing properties

- Added the following properties: Name, Location number, Identify led,
Manufacturer, Chassis type, Asset tag, Max power watts, Min power watts

- Design has been

Add chassis table missing properties

- Added the following properties: Name, Location number, Identify led,
Manufacturer, Chassis type, Asset tag, Max power watts, Min power watts

- Design has been updated for chassis table

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

show more ...

78b6b53d09-Apr-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Add BMC table missing properties

- Added the following properties: Name, Spare part number,
Manufacturer type, Manager type, BMC date and time, Last reset time,
Identify led

Signed-off-by: Sandeepa

Add BMC table missing properties

- Added the following properties: Name, Spare part number,
Manufacturer type, Manager type, BMC date and time, Last reset time,
Identify led

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

show more ...

55ef76a321-Apr-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Add processors table missing properties

- Add following missing properties: Name, Spare part number, Model,
Processor type, Processor architechure, Version, Health rollup,
Asset tag, Min speed MHz,

Add processors table missing properties

- Add following missing properties: Name, Spare part number, Model,
Processor type, Processor architechure, Version, Health rollup,
Asset tag, Min speed MHz, Max speed MHz, Total cores, Total threads,
Instruction set, Identify Led

- Design of the table has been updated

- Waiting for the following to be merged to test the Identify Led:
https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/37045

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

show more ...

3aecc07d07-Jun-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Increase the filter menu margins

This will increase readability of filter menu options, by preventing
the wrapping up of long options/labels.

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

Increase the filter menu margins

This will increase readability of filter menu options, by preventing
the wrapping up of long options/labels.

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

show more ...

0a7a499c25-Jun-2021 Dixsie Wolmers <dixsie@ibm.com>

Reorder VPD Quicklinks

Reordered hardware status quicklinks in order of
appearance on the page.

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

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

Add fans hardware status missing properties

Adds identify LED, name - hardware type, health rollup,
fan speed, and location number properties to table.

Signed-off-by: Dixsie Wolmers <dixsie@ibm.com

Add fans hardware status missing properties

Adds identify LED, name - hardware type, health rollup,
fan speed, and location number properties to table.

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

show more ...

25e17a1125-Jun-2021 Dixsie Wolmers <dixsie@ibm.com>

Remove <br /> from hardware status tables

Break tags are not semantic for definition lists.

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

d2422c4401-Jun-2021 Sandeepa Singh <sandeepa.singh@ibm.com>

Resolve a bug in LDAP page

-Issue was, while the Enable checkbox is disabled, click on the
save settings button, and then the page is getting
disabled.

Signed-off-by: Sandeepa Singh <sandeepa.singh

Resolve a bug in LDAP page

-Issue was, while the Enable checkbox is disabled, click on the
save settings button, and then the page is getting
disabled.

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

show more ...

6641cc4818-Jun-2021 Lei YU <yulei.sh@bytedance.com>

kvm: Disconnect on page unload/refresh

Disconnect the VNC when page is unloaded. Otherwise, it creates a new
VNC connection on every page load/refresh, and it causes the KVM failure
when it reaches

kvm: Disconnect on page unload/refresh

Disconnect the VNC when page is unloaded. Otherwise, it creates a new
VNC connection on every page load/refresh, and it causes the KVM failure
when it reaches the max connections.

Tested: Refresh the KVM page, go to other pages and go back to KVM page,
verify the KVM works fine and the connection is closed and
re-connected, and verify there is no extra connections.

obmc-ikvm[233]: 18/06/2021 10:46:26 Got connection from client 127.0.0.1
obmc-ikvm[233]: 18/06/2021 10:46:26 0 other clients

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: Iffb3cf34a357e247d4b2aabe8dc17080b50c8da4

show more ...

42a270ea20-Apr-2021 Maciej Magdziarz <maciejx.magdziarz@intel.com>

Firmware: Remove .tar references

Remove the accept prop in the file upload component on the firmware page.
Remove the helper text that indicates to the user to upload a .tar file.

Signed-off-by: Ma

Firmware: Remove .tar references

Remove the accept prop in the file upload component on the firmware page.
Remove the helper text that indicates to the user to upload a .tar file.

Signed-off-by: Maciej Magdziarz <maciejx.magdziarz@intel.com>
Change-Id: I781bd316ce591809b35ae5990d0f7b02af288e41

show more ...

1...<<11121314151617181920>>...34