Well, we managed to solve it with small dirty hack. It took few hours of
debugging the code, but now solution can be applied in seconds.
What you have to do is to edit the file
$ZENHOME/Products/ZenWidgets/skins/zenui/javascript/zengrid.js
find there the definition of function refresh: (somewhere around line 340) and
change it to the following code:
Code:
refresh: function() {
this.message('Last updated ' + getServerTimestamp() + '.');
this.buffer.clear();
this.refreshTable(this.lastOffset);
//this.query(this.lastOffset);
},
This will refresh the events table as well as "Last updated" time.
Hope this will help.
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=29076#29076
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users