newrelic / nr1-event-stream

NR1 Event Stream allows you to view the latest live data stream for APM data based on Transaction and TransactionError events.
https://discuss.newrelic.com/t/event-stream-nerdpack/83285
Apache License 2.0
3 stars 14 forks source link

Change cursor to "pointer" when hovering over host #6

Closed cirne closed 5 years ago

cirne commented 5 years ago

hostname is clickable, adds to filter. Make the cursor a pointer on hover. Something like:

td.clickable hover {
  cursor: pointer; 
}
Kav91 commented 5 years ago

Thanks updated now 👍