Rows in tables should be clickable
When hovering over a row in a table, it appears to be clickable. However, when actually clicked, nothing happens.
Generally, our tables have a primary link (in Cluster- and PeerOverview, it leads to Cluster- or PeerConfigurator respectively). This link should be triggered when available.
This could prevent a user from copying information to her clipboard.
Good point. We should make sure it is still possible to select text.
This might be as simple as making the activation only trigger with the onclick event (rather than onmousedown), but will need experimenting. If it isn't easily possible, we might not want to do this after all.