ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

GUI : FED : Event logs add missing information #3507

Closed dixsie closed 1 year ago

dixsie commented 2 years ago

SME

@spinler

FED

Overview

Need to add missing info to expanded row details on Event logs.

Screen Shot 2022-02-24 at 11.42.40 AM.png

Acceptance Criteria

cURL Commands and Redfish Response

    {
      "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/11313",
      "@odata.type": "#LogEntry.v1_9_0.LogEntry",
      "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/11313/attachment",
      "Created": "2022-02-24T14:47:49+00:00",
      "EntryType": "Event",
      "EventId": "BD752004 00000055 2E2D0010 00000000 00000000 00000000 00000000 00000000 00000000",
      "Id": "11313",
      "Message": "BD752004 event in subsystem: Not Applicable",
      "Modified": "2022-02-24T14:47:49+00:00",
      "Name": "System Event Log Entry",
      "Oem": {
        "OpenBMC": {
          "@odata.type": "#OemLogEntry.v1_0_0.LogEntry",
          "ManagementSystemAck": false
        }
      },
      "Resolution": "1. Priority: High, Procedure: BMC0001\n",
      "Resolved": false,
      "ServiceProviderNotified": true,
      "Severity": "Critical"
    },

Notes

UI Checklist

Browser Tests (Chrome, Firefox, Safari (Mac), Edge (Windows))

Accessibility Tests

Test Hooks

Nikhil-Ashoka commented 2 years ago

Resolved by: https://github.ibm.com/openbmc/webui-vue/pull/111