openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Customize alerts table #83

Closed k-jano closed 4 years ago

k-jano commented 4 years ago

This PR resolves #72 by adding a stylization to alerts table. Width of the table is dynamic relative to a user browser width. There were also minor fixes with using uppercase or capital letter in some field in the table. I temporary extended a payload for a better visualization (e.g. pager).

Alert_table

There is still some unresolved issues, like hovering color in select menu or color of calendar icon, but so for I didn't find an easy solution so far. We can try to use this version, collect some issues and provide resolving it in another PR.

k-jano commented 4 years ago

@bzurkowski Thanks for review!

I think that I met almost all requirements pointed in your review. Please look at alerts table now.

Alert_table2

The only think I wasn't manage to do is color of hovered elements in alerts header selector. It looks like that library we use has limitation, so I wasn't able to change this behavior.. Here is helpful link where the problem is described.