tsuru/tsuru-dashboard

Improvements on events list and info pages

cezarsa opened this issue · 4 comments

  • Expose all available filters for events.
  • Pagination should work correctly with filters added on the url manually. #140
  • Events on list should be ordinary <a> elements, allowing Cmd-click, Ctrl-click and Middle-click to work correctly. #138
  • We should show line breaks in error messages correctly (Use <pre> element?)
  • Improve quickly finding events with error on list (better contrast for the error label is one option). #138 #141

Hi @cezarsa can try to work in this one?

Hey @arturfelipe actually I fixed some of these issues recently and forgot to update this issue. Related fixes were #138, #140 and #141.

I have updated the issue description crossing done items. As you can see, I didn't touch the part about exposing more filters and that would be a great addition. Feel free to tackle it as I'll not be working on the dashboard for the time being.

@cezarsa thanks a lot

Hi @cezarsa I've sent a PR #151 to add more filters to the Events lists. Will work with the line breaks in the error messages now. Let me know if you find anything wrong there, and I will fix for you.