How do i disable the mouse-over feature of solarwinds?
It can be turned off with a workaround
It's a bit of a hack, but it's possible:
Edit the file “C:\Inetpub\SolarWinds\Orion\js\NetObjectTips.js” and remove the following lines: $("a[tooltip!='processed'][href*='NetObject=']").livequery(function() { this.tooltip = 'processed'; $.swtooltip(this); });
Many Thanks!