/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-event.js | diff 845acdc54ea78424219bd00d50f3332e01f75216 Tue May 01 16:41:28 CDT 2018 Matt Spinler <spinler@us.ibm.com> Display event log ID and description if present
If the Event ID and Description event log properties are present, display the error log title as <ID>: <Desc> and move the Message property down into the box with the other additional data fields.
If they aren't present, or not filled in (which in the case of the event ID is a value of 'None'), leave the title as it currently is, which is the Message property.
Tested: Verify UI fields when the event ID is valid, when it's still in the event data but not valid, and when it isn't in the event data at all.
Resolves openbmc/openbmc#3056
Change-Id: I455fc257b7d3713aceee2975d5240fb226cfa87e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
H A D | log-event.html | diff 845acdc54ea78424219bd00d50f3332e01f75216 Tue May 01 16:41:28 CDT 2018 Matt Spinler <spinler@us.ibm.com> Display event log ID and description if present
If the Event ID and Description event log properties are present, display the error log title as <ID>: <Desc> and move the Message property down into the box with the other additional data fields.
If they aren't present, or not filled in (which in the case of the event ID is a value of 'None'), leave the title as it currently is, which is the Message property.
Tested: Verify UI fields when the event ID is valid, when it's still in the event data but not valid, and when it isn't in the event data at all.
Resolves openbmc/openbmc#3056
Change-Id: I455fc257b7d3713aceee2975d5240fb226cfa87e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
/openbmc/phosphor-webui/app/overview/controllers/ |
H A D | system-overview-controller.js | diff 845acdc54ea78424219bd00d50f3332e01f75216 Tue May 01 16:41:28 CDT 2018 Matt Spinler <spinler@us.ibm.com> Display event log ID and description if present
If the Event ID and Description event log properties are present, display the error log title as <ID>: <Desc> and move the Message property down into the box with the other additional data fields.
If they aren't present, or not filled in (which in the case of the event ID is a value of 'None'), leave the title as it currently is, which is the Message property.
Tested: Verify UI fields when the event ID is valid, when it's still in the event data but not valid, and when it isn't in the event data at all.
Resolves openbmc/openbmc#3056
Change-Id: I455fc257b7d3713aceee2975d5240fb226cfa87e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
H A D | system-overview-controller.html | diff 845acdc54ea78424219bd00d50f3332e01f75216 Tue May 01 16:41:28 CDT 2018 Matt Spinler <spinler@us.ibm.com> Display event log ID and description if present
If the Event ID and Description event log properties are present, display the error log title as <ID>: <Desc> and move the Message property down into the box with the other additional data fields.
If they aren't present, or not filled in (which in the case of the event ID is a value of 'None'), leave the title as it currently is, which is the Message property.
Tested: Verify UI fields when the event ID is valid, when it's still in the event data but not valid, and when it isn't in the event data at all.
Resolves openbmc/openbmc#3056
Change-Id: I455fc257b7d3713aceee2975d5240fb226cfa87e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | diff 845acdc54ea78424219bd00d50f3332e01f75216 Tue May 01 16:41:28 CDT 2018 Matt Spinler <spinler@us.ibm.com> Display event log ID and description if present
If the Event ID and Description event log properties are present, display the error log title as <ID>: <Desc> and move the Message property down into the box with the other additional data fields.
If they aren't present, or not filled in (which in the case of the event ID is a value of 'None'), leave the title as it currently is, which is the Message property.
Tested: Verify UI fields when the event ID is valid, when it's still in the event data but not valid, and when it isn't in the event data at all.
Resolves openbmc/openbmc#3056
Change-Id: I455fc257b7d3713aceee2975d5240fb226cfa87e Signed-off-by: Matt Spinler <spinler@us.ibm.com>
|