Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications Center / event logs View #48

Closed
andyfitzsuse opened this issue Aug 22, 2012 · 1 comment
Closed

Notifications Center / event logs View #48

andyfitzsuse opened this issue Aug 22, 2012 · 1 comment
Milestone

Comments

@andyfitzsuse
Copy link
Contributor

The header for katello will have the total of unread events
Clicking the header notofication number should mark all the notifications displayed on that page as read.

The header for conductor will include an additional sticky messages factor for notifications that require acknowledging in some way.

This would be displayed as [ 9 ] -of- [ 40 ] for example where clicking either will take you to to the notification centre

Implementation for existing UI

We will style the katello notification list and conductor event log to use the same table class

<table class="notifications">  
  <tr class="error">
    <td class="date">05:02 on 29-08-2012 ....
    <td class="description"> Something failed  ? ...
    <td class="actions">
      <a class="btn accept">restart </a>
      <a class="btn delete ">delete </a> ...
  </tr>
</table>

datestamp will get a reduced visual priority while the status class on the TR will style the event

@andyfitzsuse
Copy link
Contributor Author

We may not need non-important notifications mentioned on the header

as per the discussion https://github.com/Katello/converge-ui/issues/69

@ehelms ehelms closed this as completed Mar 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants