Hello
Is there any way (including code modification) to hide some events on a dashboard ?
On 1.6.x I modified query in blocks.inc.php file by adding:
but on 1.8 I can't find proper place to do same... 
Is there any way (including code modification) to hide some events on a dashboard ?
On 1.6.x I modified query in blocks.inc.php file by adding:
Code:
' AND t.description NOT LIKE "spanning-tree%"'.

Comment