webui-vue
webui-vue copied to clipboard
Web GUI will only show the first 1000 event entries.
Describe the bug If System Event log has more than 1000 entries, web GUI will only show the first 1000 entries. bmcweb returns a maximum of 1000 entries for a query but if additional entries exist, it returns something like "[email protected]": "/redfish/v1/Systems/system/LogServices/EventLog/Entries?$skip=1000", to indicate that additional entries exist.
Expected behavior Web GUI should display all entries present in event log or alternatively provide a way for user to retrieve these.
Resolved by https://gerrit.openbmc-project.xyz/c/openbmc/webui-vue/+/45230
@sivaprabug @suryav9724 @dineshkumar9376
will revisit and take it forward.
I think POST code table have the same problem