openbmc / phosphor-webui

Web-based user interface for managing OpenBMC systems
Apache License 2.0
37 stars 25 forks source link

Event log: update screens where there are no event logs available #44

Closed ryanarnell closed 5 years ago

ryanarnell commented 5 years ago

When there is no event log available these 3 changes need to be made in the current design-

  1. The checkbox in table header should be disabled
  2. The action buttons will be in disable state
  3. A message should display in the content area saying "There are no event logs". We are determining the actual verbiage of the message.

Here is a screenshot

screen shot 2018-11-20 at 11 54 59 am
susantjasinski commented 5 years ago

I don't understand the phrase "# Events are Logged". I think this shows the number of events that display based on a search or filter? In this case, should it read "# Results" instead?

susantjasinski commented 5 years ago

"There are no Event Logs" is not correct. Change to "No events have been found for this log."

BeccaBroek commented 5 years ago

User messages: If no logs at all - 'No events have been logged yet.' If there are logs but the filters return none - 'There are no events that match the selected criteria.'