humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Feature Request: Table row coloring #30

Open kaspernissen opened 6 years ago

kaspernissen commented 6 years ago

When displaying data in a table it would be nice to provide some kind of conditional to colorize the background of that row.

E.g. a table containing the following columns:

Service  statusCode method  path  count
service1 200 POST /endpoint1 16  
service2 500 POST /endpoint2/path1 4  

Color in the row containing the HTTP 500 error red and the HTTP 200 green.

anagrius commented 6 years ago

That is a good idea. We will discuss it.

How would those conditions look like? A Written expression of a set of dropdowns? How did you imagine it?

A1ve5 commented 5 years ago

I'd like to have this as well. It would make the following more readable: Screenshot from 2019-06-11 14-44-21