I patched the file
$ZENHOME/Products/ZenEvents/skins/zenevents/viewEvents.pt.  Here's the
diff:

--- viewEvents.pt.orig  2008-03-13 11:19:09.000000000 -0400
+++ viewEvents.pt       2008-03-13 11:23:31.000000000 -0400
@@ -94,6 +94,7 @@
     connect('filter', 'onkeyup', eventZenGrid.doEventLivesearch);
     connect('state', 'onchange', eventZenGrid.refreshFromFormElement);
     connect('severity', 'onchange', eventZenGrid.refreshFromFormElement);
+       eventZenGrid.turnRefreshOn(60);
 });">
 </script>
 </td></tr>

-----

Basically just add the one line with the "+" in front (don't add the
plus, though, obviously ;-) ).

-- 
seth wright
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to